We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aa336 commit b94deb1Copy full SHA for b94deb1
src/how-to-build-and-run.md
@@ -160,7 +160,7 @@ The following tables indicate the outputs of various stage actions:
160
| `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` |
161
| copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustlib/HOST` |
162
| build `llvm` | `build/HOST/llvm` |
163
-| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codgen/HOST` |
+| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` |
164
| `stage0` builds `rustdoc` with `stage0-sysroot` | `build/HOST/stage0-tools/HOST` |
165
166
`--stage=0` stops here.
0 commit comments