rust-lang / rust-lang/rustup

RLS blocking upgrades, but RLS not installed?

Open
#1,626 11 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.