We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307dcb8 commit 70e1c4fCopy full SHA for 70e1c4f
1 file changed
rust-toolchain.toml
@@ -1,3 +1,10 @@
1
[toolchain]
2
channel = "nightly-2024-11-29"
3
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