Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 74e219b

Browse files
committed
Say "bootstrap" instead of "rustbuild"; the latter is not explained anywhere and is not much more clear.
1 parent 5ed4c9f commit 74e219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/building/bootstrapping.md

Lines changed: 1 addition & 1 deletion
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)