You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└─ λ 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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: