PR review: use better command

This commit is contained in:
Amanjeev Sethi
2026-04-18 18:25:35 -04:00
parent 9faee77d93
commit 369969a6c7
@@ -79,8 +79,7 @@ Get the Git commit hash for that nightly:
```sh
rustup toolchain install nightly-2025-11-08
rustup default nightly-2025-11-08
rustc -Vv
rustc +nightly-2025-11-08 --version --verbose
```
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).