Skip to content

Clippy not available on latest nightly on darwin #4057

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

Closed
archseer opened this issue May 2, 2019 · 1 comment
Closed

Clippy not available on latest nightly on darwin #4057

archseer opened this issue May 2, 2019 · 1 comment

Comments

@archseer
Copy link

archseer commented May 2, 2019

So https://rust-lang.github.io/rustup-components-history/x86_64-apple-darwin.html clearly lists 2019-05-01 with clippy as present, but it doesn't seem to install for me:

 └─ λ rustup component add clippy
error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel 'nightly'
If you require these components, please install and use the latest successful build version,
which you can find at https://rust-lang-nursery.github.io/rust-toolstate.

After determining the correct date, install it with a command such as:

    rustup toolchain install nightly-2018-12-27

Then you can use the toolchain with commands such as:

    cargo +nightly-2018-12-27 build

 └─ λ rustup component add clippy-preview
error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel 'nightly'
If you require these components, please install and use the latest successful build version,
which you can find at https://rust-lang-nursery.github.io/rust-toolstate.

After determining the correct date, install it with a command such as:

    rustup toolchain install nightly-2018-12-27

Then you can use the toolchain with commands such as:

    cargo +nightly-2018-12-27 build
@matthiaskrgr
Copy link
Member

Hi, this is a known issue which was tracked here rust-lang/rust#60448
By now, clippy in the rustc repo has been fixed again https://rust-lang-nursery.github.io/rust-toolstate/ , if it does not break again in the meantime, clippy should be shipped with the next nightly release.

Perhaps the component history lags behind a bit (it is up to date for me at the time of writing).
Anyway, this should be resolved with next nightly, I'm closing the issue.

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

2 participants