Skip to content

Commit 3c1c162

Browse files
committed
line lengths
1 parent cd26b95 commit 3c1c162

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/building/bootstrapping.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,11 @@ The convention `x.py` uses is that:
141141
- `x.py test --stage 0 library/std` means to run tests on the standard library
142142
without building `rustc` from source ('build with stage 0, then test the artifacts').
143143
- `x.py test --stage 0 src/test/ui` is not meaningful: it runs tests on the
144-
_beta_ compiler and doesn't build `rustc` from source. Use `test src/test/ui` instead, which builds from source.
145-
- `x.py test --stage 0 compiler/rustc` builds the compiler but runs no tests: it's running `cargo test -p rustc`, but cargo doesn't understand Rust's tests. You shouldn't need to use this, use `test` instead (without arguments).
144+
_beta_ compiler and doesn't build `rustc` from source. Use `test src/test/ui`
145+
instead, which builds from source.
146+
- `x.py test --stage 0 compiler/rustc` builds the compiler but runs no tests:
147+
it's running `cargo test -p rustc`, but cargo doesn't understand Rust's
148+
tests. You shouldn't need to use this, use `test` instead (without arguments).
146149

147150
### Building vs. Running
148151

0 commit comments

Comments
 (0)