Correction, building stage3 compiler (#1298)

This commit is contained in:
Raoul Strackx 2022-02-11 14:42:50 +01:00 committed by GitHub
parent d1822b9998
commit 62f58394ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):