Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

"rustup component add" not working #1721

Closed
davidspies opened this issue Feb 9, 2021 · 1 comment
Closed

"rustup component add" not working #1721

davidspies opened this issue Feb 9, 2021 · 1 comment

Comments

@davidspies
Copy link

$ rustup component add rls
error: component 'rls' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel nightly
Sometimes not all components are available in any given nightly. If you don't need the component, you can remove it with:

    rustup component remove --toolchain nightly --target x86_64-unknown-linux-gnu rls

@Xanewok
Copy link
Member

Xanewok commented Feb 10, 2021

That's because RLS and Rustfmt have both been missing from nightlies for quite some time: https://rust-lang.github.io/rustup-components-history/.

Once rust-lang/rust#81768 is merged, this should be fixed and the components should be available in tonight's nightly builds (roughly in 12 hours).

@Xanewok Xanewok closed this as completed Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants