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.
2 parents 4b1f0b8 + ef9f6ff commit 494f114Copy full SHA for 494f114
src/building/how-to-build-and-run.md
@@ -235,12 +235,6 @@ What this command does is:
235
- Build `library` (the standard libraries) with the stage1 compiler that was just built.
236
- Assemble a working stage1 sysroot, containing the stage1 compiler and stage1 standard libraries.
237
238
-To build `rustc` with the in-tree `std`, use this command instead:
239
-
240
-```console
241
-./x build library --stage 2
242
-```
243
244
This final product (stage1 compiler + libs built using that compiler)
245
is what you need to build other Rust programs (unless you use `#![no_std]` or
246
`#![no_core]`).
0 commit comments