Skip to content

Commit 70e1c4f

Browse files
committed
Add rustc commit hash to rust-toolchain.toml for UI tests
1 parent 307dcb8 commit 70e1c4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rust-toolchain.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
[toolchain]
22
channel = "nightly-2024-11-29"
33
components = ["llvm-tools", "rustc-dev", "rust-src", "rust-analyzer"]
4+
5+
# Ignored by rustup; used by our test scripts.
6+
# This is the rustc commit that backs the nightly above.
7+
# UI tests (make test-ui, make remake-ui-tests) need a rust compiler
8+
# checkout at this commit: git -C $RUST_DIR_ROOT checkout <commit>
9+
[metadata]
10+
rustc-commit = "a2545fd6fc66b4323f555223a860c451885d1d2b"

0 commit comments

Comments
 (0)