x.py check
doesn't allow checking tools other than clippy and rustdoc
#80639
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this code:
I expected to see this happen: x.py checks rustfmt
Instead, this happened:
Note I am not asking for the default
x.py check
to be changed at all, just for it to be possible to check rustfmt in-tree. Right now you have to usex.py build --stage 1 src/tools/rustfmt
which compiles the compiler 3 times (two of them unnecessarily - rustfmt uses rustc_ap_*, not the compiler in-tree).Meta
HEAD is currently 18d855b.
The text was updated successfully, but these errors were encountered: