We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3a5fb commit a605591Copy full SHA for a605591
src/building/bootstrapping.md
@@ -54,7 +54,7 @@ and its associated dynamic libraries,
54
which `x.py` will download for you.
55
(You can also configure `x.py` to use something else.)
56
57
-The stage0 compiler is then used only to compile `rustbuild`, `std`, and `rustc`.
+The stage0 compiler is then used only to compile `src/bootstrap`, `std`, and `rustc`.
58
When compiling `rustc`, the stage0 compiler uses the freshly compiled `std`.
59
There are two concepts at play here:
60
a compiler (with its set of dependencies)
0 commit comments