We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53f2f6 commit af59355Copy full SHA for af59355
src/building/bootstrapping.md
@@ -66,7 +66,8 @@ which `x.py` will download for you.
66
(You can also configure `x.py` to use something else.)
67
68
The stage0 compiler is then used only to compile `src/bootstrap`, `std`, and `rustc`.
69
-When compiling `rustc`, the stage0 compiler uses the freshly compiled `std`.
+When assembling the libraries and binaries that will become the stage1 `rustc`
70
+compiler, the freshly compiled `std` and `rustc` are used.
71
There are two concepts at play here:
72
a compiler (with its set of dependencies)
73
and its 'target' or 'object' libraries (`std` and `rustc`).
0 commit comments