-
Notifications
You must be signed in to change notification settings - Fork 898
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
error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download #3404
Comments
https://rust-lang-nursery.github.io/rust-toolstate/ These links helped me understand :/, recurring issue. |
After a bit of digging, if you want a version of nightly with both working rustfmt and clippy, do: rustup toolchain add nightly-2019-02-08
rustup component add --toolchain nightly-2019-02-08 rustfmt clippy |
awesome it would be great to make those pages a bit more discoverable for rustfmt uses. perhaps a section in this projects README.md file |
Is there anyone looking at this or an tracking issue I can link to? I'm going to do this temporary work around but would like to track an issue to I can reset when its fixed |
This will be fixed once rust-lang/rust#58337 gets merged and the new nightly with the commit included gets published. |
I'm seeing my nightly rust builds fail in travis fail because of the following error
my builds attempt to install it using
Thoughts?
The text was updated successfully, but these errors were encountered: