Skip to content

Commit 77e1990

Browse files
committed
Use clippy and miri consistently
1 parent 6a57ac4 commit 77e1990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The following tables indicate the outputs of various stage actions:
228228
| copy (uplift) `stage1-sysroot` | `build/HOST/stage2/lib and build/HOST/stage2/lib/rustlib/HOST` |
229229
| `stage2` builds `test`/`std` (not HOST targets) | `build/HOST/stage2-std/TARGET` |
230230
| copy `stage2-std` (not HOST targets) | `build/HOST/stage2/lib/rustlib/TARGET` |
231-
| `stage2` builds `rustdoc` | `build/HOST/stage2-tools/HOST` |
231+
| `stage2` builds `rustdoc`, `clippy`, `miri` | `build/HOST/stage2-tools/HOST` |
232232
| copy `rustdoc` | `build/HOST/stage2/bin` |
233233

234234
`--stage=2` stops here.

0 commit comments

Comments
 (0)