./x clippy errors if lint levels are passed as multiple arguments #132867
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
simply do
./x clippy -A clippy::all
and bootstrap will crash with an error:the code simply assumes noone will ever do that.
The text was updated successfully, but these errors were encountered: