Skip to content

Commit a605591

Browse files
committed
Say "bootstrap" instead of "rustbuild"; the latter is not explained anywhere and is not much more clear.
1 parent 6b3a5fb commit a605591

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
@@ -54,7 +54,7 @@ and its associated dynamic libraries,
5454
which `x.py` will download for you.
5555
(You can also configure `x.py` to use something else.)
5656

57-
The stage0 compiler is then used only to compile `rustbuild`, `std`, and `rustc`.
57+
The stage0 compiler is then used only to compile `src/bootstrap`, `std`, and `rustc`.
5858
When compiling `rustc`, the stage0 compiler uses the freshly compiled `std`.
5959
There are two concepts at play here:
6060
a compiler (with its set of dependencies)

0 commit comments

Comments
 (0)