Skip to content

Commit adf8f60

Browse files
committed
Use clippy and miri consistently
1 parent 847150c commit adf8f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ The following tables indicate the outputs of various stage actions:
242242
| copy (uplift) `stage1-sysroot` | `build/HOST/stage2/lib and build/HOST/stage2/lib/rustlib/HOST` |
243243
| `stage2` builds `test`/`std` (not HOST targets) | `build/HOST/stage2-std/TARGET` |
244244
| copy `stage2-std` (not HOST targets) | `build/HOST/stage2/lib/rustlib/TARGET` |
245-
| `stage2` builds `rustdoc` | `build/HOST/stage2-tools/HOST` |
245+
| `stage2` builds `rustdoc`, `clippy`, `miri` | `build/HOST/stage2-tools/HOST` |
246246
| copy `rustdoc` | `build/HOST/stage2/bin` |
247247

248248
`--stage=2` stops here.

0 commit comments

Comments
 (0)