From de422a6760da0357e7b61cb6c83c1a90585b8570 Mon Sep 17 00:00:00 2001 From: The 8472 Date: Sat, 18 Feb 2023 15:49:30 +0100 Subject: [PATCH] bootstrap now creates a usable toolchain when building stage0 std --- src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index eb9bbff9cc46..6651b3691daf 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -122,6 +122,7 @@ you will likely need to build at some point; for example, if you want to run the entire test suite). ```bash +rustup toolchain link stage0 build/host/stage0-sysroot # beta compiler + stage0 std rustup toolchain link stage1 build/host/stage1 rustup toolchain link stage2 build/host/stage2 ```