x.py clippy no longer works #142156
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Uh oh!
There was an error while loading. Please reload this page.
Summary
Command used
Expected behaviour
clippy is run on the compiler.
this used to download a beta clippy and run it on the compiler
Actual behaviour
This may no longer work as the required
cfg(bootstrap)
has been removedBootstrap configuration (bootstrap.toml)
Operating system
Linux
HEAD
c57119b
Additional context
x.py clippy --stage=1
still works but would require re-bootstrapping compiler + clippy if we do a change to compiler source code
cc #141901
The text was updated successfully, but these errors were encountered: