-
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
Clippy exits immediately on Windows #923
Labels
C-bug
Category: Clippy is not doing the correct thing
Comments
are you using rustup or multirust? I just tried it with rustup, and I'm getting a |
Ah this is being fixed here: rust-lang/rustup#402 |
Confirming it's rustup - I've got limited internets, but will keep checking in. |
Looks like rustup 0.2 fixed this :) |
Cool 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
cargo-clippy.exe
produces no output or failure message.Running
cargo clippy
informs me thaterror: third party subcommand
cargo-clippy.exeexited unsuccessfully
System is Windows 10 Pro (10.0.10586 N/A Build 10586)
Using
rustc 1.10.0-nightly (e0fd34bba 2016-05-09)
as the default, and installing clippy withcargo install clippy
.The text was updated successfully, but these errors were encountered: