RLS blocking upgrades, but RLS not installed?
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 1.1k
- Avg merge
- 22h 40m
- Merged PRs (30d)
- 46
Description
Not sure how to proceed here:
> rustup update nightly
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
info: latest update on 2019-01-28, rust version 1.34.0-nightly (da6ab956e 2019-01-27)
error: component 'rls' for target 'x86_64-apple-darwin' is unavailable for download
> rustup component remove rls
error: toolchain 'nightly-x86_64-apple-darwin' does not contain component 'rls' for target 'x86_64-apple-darwin'
Let me know what information could be useful!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing rustup update nightly and rustup component remove rls on the reported macOS nightly toolchain. Then trace the component availability and removal handling in the rustup codebase; done means the reported RLS state no longer blocks upgrades or produces contradictory errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100