We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101650 commit 34489d1Copy full SHA for 34489d1
src/building/how-to-build-and-run.md
@@ -231,11 +231,12 @@ probably the best "go to" command for building a local compiler:
231
```
232
233
What this command does is build `rustc` using the stage0 compiler and stage0 `std`.
234
+This produces the stage1 compiler.
235
-To build `rustc` with the in-tree `std`, use this command instead:
236
+To build the in-tree `std`, use this command instead:
237
238
```console
-./x build rustc --stage 2
239
+./x build std
240
241
242
This final product (stage1 compiler + libs built using that compiler)
0 commit comments