diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2019-08-05 23:06:51 +0200 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2019-08-05 18:06:51 -0300 |
| commit | 113cac6f68f6af5832a4dda1fdd55e24484a0baf (patch) | |
| tree | babba7f34b94e28dc2f0ff86658cdca630b3d434 /src/doc/rustc-dev-guide | |
| parent | 245e9f0a374cbe7e7e678ca599df62f9795d27af (diff) | |
| download | rust-113cac6f68f6af5832a4dda1fdd55e24484a0baf.tar.gz rust-113cac6f68f6af5832a4dda1fdd55e24484a0baf.zip | |
fix typo (#412)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md index eb14e8fad19..8a803e66cc9 100644 --- a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md @@ -160,7 +160,7 @@ The following tables indicate the outputs of various stage actions: | `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` | | copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustlib/HOST` | | build `llvm` | `build/HOST/llvm` | -| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codgen/HOST` | +| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` | | `stage0` builds `rustdoc` with `stage0-sysroot` | `build/HOST/stage0-tools/HOST` | `--stage=0` stops here. |
