-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustup: rls cannot be downloaded for nightly #57771
Comments
Looks like both clippy and rls is missing from the two most recent nightlies ( |
Fwiw, this comment is relevant: rust-lang/rls#641 (comment). As is this entry in the rls readme. |
RLS fix is on it's way #57805. |
For me it still fails:
Is there a deterministic way for solving this? |
It was fixed but broke once more, it's kind of expected on nightly to break from time to time. If Rustup got option to update to the latest nightly with required components this would be less problematic. |
RLS is available, this issue can be closed. |
It seems that this is still happening for me on nightly?
|
Yeah, it's happening again. Going off of @mati865 I used the toolchain from March 21st rustup toolchain add nightly-2019-03-21
rustup default nightly-2019-03-21
rustup component add rls |
Still like that it seems. Is there a good way to see what dates rls (or any component) are working? Anther thread suggested https://rust-lang.github.io/rustup-components-history/x86_64-apple-darwin.html - but that only goes back 8 days and as of today RLS isn't working on any of those days haha. I'm not sure what nightlies have RLS. |
@leeola recent changes broke |
It might be good to list which is the most recently working nightly on the readme here. |
Rust Toolstate shows current status: https://rust-lang-nursery.github.io/rust-toolstate/ |
Unfortunately this is on and off and the current state can be checked at the link above. To reduce the turnaround it'd be good to decouple RLS from Clippy at some point (#59761). |
My solution is: After this, rls had been installed on my mac. If you're like me using vs code rust extension, press shift+cmd+p, run "Rust : start the rust server". |
hello everyone I wanted to update nightly rust and got this:
update failed on nightly.
Is nightly currently broken?
The text was updated successfully, but these errors were encountered: