Skip to content

Commit 1efd0ad

Browse files
committed
bootstrap now creates a usable toolchain when building stage0 std
1 parent 99b6b92 commit 1efd0ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/building/how-to-build-and-run.md

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ you will likely need to build at some point; for example, if you want
122122
to run the entire test suite).
123123

124124
```bash
125+
rustup toolchain link stage0 build/host/stage0-sysroot # beta compiler + stage0 std
125126
rustup toolchain link stage1 build/host/stage1
126127
rustup toolchain link stage2 build/host/stage2
127128
```

0 commit comments

Comments
 (0)