Skip to content
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 not available on nightly-x86_64-pc-windows-msvc #3836

Closed
Jezza opened this issue Mar 2, 2019 · 6 comments
Closed

clippy not available on nightly-x86_64-pc-windows-msvc #3836

Jezza opened this issue Mar 2, 2019 · 6 comments

Comments

@Jezza
Copy link

Jezza commented Mar 2, 2019

> rustup component add clippy
error: component 'clippy' for target 'x86_64-pc-windows-msvc' is unavailable for download

> rustup show
Default host: x86_64-pc-windows-msvc

installed toolchains
--------------------

stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc

active toolchain
----------------

nightly-x86_64-pc-windows-msvc (default)
rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)

> rustup --version
rustup 1.16.0 (beab5ac2b 2018-12-06)

One of the workarounds that was suggested was to uninstall the entire toolchain (rustup and all), and reinstall it, but alas, that didn't work.

@Jezza
Copy link
Author

Jezza commented Mar 2, 2019

Quick-side note, I can install it for stable.

@flip1995
Copy link
Member

flip1995 commented Mar 2, 2019

Yeah we're currently waiting for a updated Clippy in rustc (rust-lang/rust#58807). nightly-2019-02-27 is the latest nightly with Clippy available. See https://mexus.github.io/rustup-components-history/x86_64-pc-windows-msvc.html.

Clippy will probably be available in the nightly tomorrow or Monday. We try to get it fixed ASAP.

@mati865
Copy link
Contributor

mati865 commented Mar 2, 2019

It's blocked on Manishearth/compiletest-rs#160 and a new release.

@sirxyzzy
Copy link

Still no clippy?

~\dev\dfaf [master ≡]> rustup component add clippy
error: component 'clippy' for target 'x86_64-pc-windows-msvc' is unavailable for download for channel nightly
~\dev\dfaf [master ≡]> rustup show
Default host: x86_64-pc-windows-msvc
rustup home:  C:\Users\andy\.rustup

installed toolchains
--------------------

stable-x86_64-pc-windows-msvc
beta-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc (default)

active toolchain
----------------

nightly-x86_64-pc-windows-msvc (default)
rustc 1.41.0-nightly (82cf3a448 2019-11-14)

@Jezza
Copy link
Author

Jezza commented Nov 15, 2019

Nope, it was available last night though.

https://rust-lang.github.io/rustup-components-history/x86_64-pc-windows-msvc.html

@flip1995
Copy link
Member

Closing, since this is tracked on the components site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants