-
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 does not output anything on Windows 10 #1453
Comments
I did a fresh install of rustup with the msvc toolchain and reinstalled clippy and it still gives no output. cmd.exe still causes those error message dialogue boxes to appear. |
I forgot to mention that adding clippy as an optional dependency and running |
I have the same issue on my Win10 x64 box, didn't try to use clippy as a rustc plugin. rustc info:
|
IIRC you have to set up PATH and LD_LIBRARY_PATH (or whatever the equivalent is) for this to work, this used to work with rustup but doesn't anymore |
I think this is a duplicate of #1422 . |
When I run the command
cargo clippy
it does not output anything when run it in Powershell and CMD. However, when I run it in cmd.exe it shows a few Windows popup errors. There is no error output in the console window. Powershell runs without any error popups.Running
cargo run
works fine and racer also works in Visual Studio Code. Runningcargo clippy
in Ubuntu for Windows (bash) works perfectly fine.I don't know if it's an error on my side, but I can try to reinstall rustup and rust and see if that fixes it. I had the GNU toolchain installed. I'll try the msvc toolchains instead.
Rustup:
1.0.0 (17b6d21 2016-12-15)
Rust:
1.16.0-nightly (c8af93f09 2017-01-18)
Cargo:
0.17.0-nightly (4d7b49b 2017-01-18)
cargo install clippy --force shows
clippy v0.0.109
The text was updated successfully, but these errors were encountered: