Skip to content

Commit 62f5839

Browse files
authored
Correction, building stage3 compiler (rust-lang#1298)
1 parent d1822b9 commit 62f5839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ in other sections:
241241
- Building things:
242242
- `./x.py build` – builds everything using the stage 1 compiler,
243243
not just up to `std`
244-
- `./x.py build --stage 2` – builds the stage2 compiler, along with `std` and
244+
- `./x.py build --stage 2` – builds everything with the stage 2 compiler including
245245
`rustdoc` (which doesn't take too long)
246246
- Running tests (see the [section on running tests](../tests/running.html) for
247247
more details):

0 commit comments

Comments
 (0)