diff options
| author | Raoul Strackx <56830709+raoulstrackx@users.noreply.github.com> | 2022-02-11 14:42:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 08:42:50 -0500 |
| commit | 056e4e70e302a33c4aee1b1b38c8633824b9af5e (patch) | |
| tree | cabec92388660dfb4a419d2c20d2eeceede35291 /src | |
| parent | 4fed2149d627b0a35fbc4bafe880612fbc665670 (diff) | |
| download | rust-056e4e70e302a33c4aee1b1b38c8633824b9af5e.tar.gz rust-056e4e70e302a33c4aee1b1b38c8633824b9af5e.zip | |
Correction, building stage3 compiler (#1298)
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index 93ebb487e39..3fd4ef19115 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -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): |
