From 277044dea74d4c3ab963a5e05eb96ccaf86fbdf8 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sat, 10 Sep 2022 11:26:33 -0500 Subject: [PATCH] Say "bootstrap" instead of "rustbuild"; the latter is not explained anywhere and is not much more clear. --- src/building/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index 03c77101..f2fe8caf 100644 --- a/src/building/bootstrapping.md +++ b/src/building/bootstrapping.md @@ -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)