Skip to content

Commit 34489d1

Browse files
authored
how-to-build-and-run.md: fix some text regarding bootstraping
1 parent 8101650 commit 34489d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,12 @@ probably the best "go to" command for building a local compiler:
231231
```
232232

233233
What this command does is build `rustc` using the stage0 compiler and stage0 `std`.
234+
This produces the stage1 compiler.
234235

235-
To build `rustc` with the in-tree `std`, use this command instead:
236+
To build the in-tree `std`, use this command instead:
236237

237238
```console
238-
./x build rustc --stage 2
239+
./x build std
239240
```
240241

241242
This final product (stage1 compiler + libs built using that compiler)

0 commit comments

Comments
 (0)