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

Cannot install on nightly #3246

Closed
D4nte opened this issue Dec 11, 2018 · 5 comments
Closed

Cannot install on nightly #3246

D4nte opened this issue Dec 11, 2018 · 5 comments

Comments

@D4nte
Copy link

D4nte commented Dec 11, 2018

I have a fresh rustup install from today (default stable). I was able to install rustfmt for stable but nightly does not work. I followed the instructions as per the readme.

✔ ~/src/swap [266-rust-2018 L|⚑ 14]
02:17 $ rustup component add rustfmt --toolchain nightly
error: component 'rustfmt' for target 'x86_64-apple-darwin' is unavailable for download
✘-1 ~/src/swap [266-rust-2018 L|⚑ 14]
02:18 $ rustup toolchain list
stable-2018-12-06-x86_64-apple-darwin
stable-x86_64-apple-darwin (default)
nightly-2018-12-06-x86_64-apple-darwin
nightly-x86_64-apple-darwin

Can you please assist?

@sinkuu
Copy link
Contributor

sinkuu commented Dec 11, 2018

https://mexus.github.io/rustup-components-history/

Latest nightly actually doesn't have rustfmt. It should be available in the next one (have been delayed unfortunately: rust-lang/rust#56667).

@D4nte
Copy link
Author

D4nte commented Dec 11, 2018

Thank you, I had no idea that a component may not be delivered with a specific nightly release!

Will rustfmt and clippy (ie, without -preview) be ever added to nightly?

@xrl
Copy link

xrl commented Dec 14, 2018

I'm tracking the issue over in #3244 as well.

@palfrey
Copy link

palfrey commented Dec 14, 2018

https://mexus.github.io/rustup-components-history/ says 2018-12-14 has it again

@topecongiro
Copy link
Contributor

🎉

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

5 participants