You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rustc-driver/external-rustc-drivers.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,7 @@ Get the Git commit hash for that nightly:
79
79
80
80
```sh
81
81
rustup toolchain install nightly-2025-11-08
82
-
rustup default nightly-2025-11-08
83
-
rustc -Vv
82
+
rustc +nightly-2025-11-08 --version --verbose
84
83
```
85
84
86
85
The output will include a `commit-hash` line identifying the exact source revision. Check out `rust-lang/rust` at that commit, then follow the steps in [compiler documentation](../building/compiler-documenting.md).
0 commit comments