-
Notifications
You must be signed in to change notification settings - Fork 552
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
clippy fails with "Compiler not supported: Unrecognized option: E" #966
Comments
See #423 |
Thanks, I understand that But to be clear, this defect is about a On rustup RUSTC_WRAPPER="sccache" cargo clippy But on On all these versions, the following command works: RUSTC_WRAPPER="" cargo clippy So this seems like a specific |
This is because Clippy is now using I don't know the details or what causes this. @ehuss do you have more insights here? |
Probably the same thing as #889 and rust-lang/rust-clippy#5507. Sorry, I don't really know what is behind that (or how #728 fixed it).
This version is over a year old, maybe try a more recent version? |
I bumped to |
I upgraded to Using RUSTC_WRAPPER="sccache" RUSTC_WORKSPACE_WRAPPER="sccache" cargo Using RUSTC_WRAPPER="" RUSTC_WORKSPACE_WRAPPER="sccache" cargo It would be nice if this got fixed, or |
When I run
cargo clippy
in a new Rust project with Rustnightly-2020-02-19
and later, I get the following error:Compiler not supported: "error: Unrecognized option: \'E\'\n\n"
cargo build
andcargo test
run without any errors.nightly-2020-02-18
and earlier run without any errors.Here are the relevant versions:
Here are the full logs:
The text was updated successfully, but these errors were encountered: