Skip to content

Commit 2662e22

Browse files
committed
Use fewer stages in bootstrapping docs
After rust-lang/rust#73964, they're redundant.
1 parent 76efc9b commit 2662e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `stage2` compiler is the one distributed with `rustup` and all other
2525
install methods. However, it takes a very long time to build because one must
2626
first build the new compiler with an older compiler and then use that to
2727
build the new compiler with itself. For development, you usually only want
28-
the `stage1` compiler: `x.py build --stage 1 library/std`.
28+
the `stage1` compiler: `x.py build library/std`.
2929

3030
## Complications of bootstrapping
3131

0 commit comments

Comments
 (0)