We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1822b9 commit 62f5839Copy full SHA for 62f5839
src/building/how-to-build-and-run.md
@@ -241,7 +241,7 @@ in other sections:
241
- Building things:
242
- `./x.py build` – builds everything using the stage 1 compiler,
243
not just up to `std`
244
- - `./x.py build --stage 2` – builds the stage2 compiler, along with `std` and
+ - `./x.py build --stage 2` – builds everything with the stage 2 compiler including
245
`rustdoc` (which doesn't take too long)
246
- Running tests (see the [section on running tests](../tests/running.html) for
247
more details):
0 commit comments