Skip to content

Commit 6f9e33b

Browse files
committed
PR review: use better command
1 parent dd8e760 commit 6f9e33b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/rustc-driver/external-rustc-drivers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ Get the Git commit hash for that nightly:
7979

8080
```sh
8181
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
8483
```
8584

8685
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

Comments
 (0)