We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76efc9b commit 2662e22Copy full SHA for 2662e22
src/building/bootstrapping.md
@@ -25,7 +25,7 @@ The `stage2` compiler is the one distributed with `rustup` and all other
25
install methods. However, it takes a very long time to build because one must
26
first build the new compiler with an older compiler and then use that to
27
build the new compiler with itself. For development, you usually only want
28
-the `stage1` compiler: `x.py build --stage 1 library/std`.
+the `stage1` compiler: `x.py build library/std`.
29
30
## Complications of bootstrapping
31
0 commit comments