Skip to content

Commit

Permalink
Correction, building stage3 compiler (rust-lang#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx authored Feb 11, 2022
1 parent d1822b9 commit 62f5839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ in other sections:
- Building things:
- `./x.py build` – builds everything using the stage 1 compiler,
not just up to `std`
- `./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
`rustdoc` (which doesn't take too long)
- Running tests (see the [section on running tests](../tests/running.html) for
more details):
Expand Down

0 comments on commit 62f5839

Please sign in to comment.