Say "bootstrap" instead of "rustbuild"; the latter is not explained anywhere and is not much more clear.

This commit is contained in:
Joshua Nelson 2022-09-10 11:26:33 -05:00 committed by Joshua Nelson
parent dd57806c2b
commit 277044dea7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ and its associated dynamic libraries,
which `x.py` will download for you.
(You can also configure `x.py` to use something else.)
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`.
When compiling `rustc`, the stage0 compiler uses the freshly compiled `std`.
There are two concepts at play here:
a compiler (with its set of dependencies)