-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running cargo clippy -- -Wall
gives a bogus file not found error
#4147
Comments
|
But that error shouldn't happen either way |
Oh, it gives another error first for me
We do plan to make |
It would be nice for that to be in the help output, I thought from that message that |
Also, |
Yeah, that's a part of #3837 . |
When I run
cargo clippy -- -Wall
, I get the following error, in addition to several warnnings that '-Wall' is an invalid flag:I can't reproduce this with any other invalid flags or errors, maybe
-Wall
is being special cased? I can reproduce this on any cargo project I've tried.Meta
rustc --version --verbose
:cargo clippy -V
:clippy 0.0.212 (265318d 2019-05-17)
This is on
stable
.The text was updated successfully, but these errors were encountered: