about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-05-15 13:22:24 +0300
committerNoah Lev <camelidcamel@gmail.com>2024-05-25 15:42:06 -0700
commit2b77e6a1015a350925784dc216d163ed14555ba8 (patch)
treed4ff08cc4c832a1f4277d54008e304e4d93b195a
parent30943bbafb17dba4f9fae677305a67688a6d1da1 (diff)
downloadrust-2b77e6a1015a350925784dc216d163ed14555ba8.tar.gz
rust-2b77e6a1015a350925784dc216d163ed14555ba8.zip
sync the stage0 filename
Signed-off-by: onur-ozkan <work@onurozkan.dev>
-rw-r--r--src/doc/rustc-dev-guide/src/building/suggested.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md
index 304e5acbfbd..d6f52ee56f2 100644
--- a/src/doc/rustc-dev-guide/src/building/suggested.md
+++ b/src/doc/rustc-dev-guide/src/building/suggested.md
@@ -139,8 +139,7 @@ rustup override set nightly
 
 after [installing a nightly toolchain] with `rustup`. Don't forget to do this for all
 directories you have [setup a worktree for]. You may need to use the pinned
-nightly version from `src/stage0.json`, but often the normal `nightly` channel
-will work.
+nightly version from `src/stage0`, but often the normal `nightly` channel will work.
 
 **Note** see [the section on vscode] for how to configure it with this real rustfmt `x` uses,
 and [the section on rustup] for how to setup `rustup` toolchain for your bootstrapped compiler