rust-lang / rust-lang/rustup

rustup update did not update certain components properly

Open
#4,577 13 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rust
Stars
7k
Forks
1.1k
Avg merge
22h 40m
Merged PRs (30d)
46

Description

Verification
Problem

rustup update updated cargo, cargo-clippy, cargo-fmt, rustc, rustdoc & rustfmt, but did not update/install: rust-analyzer, rust-gbd, rust-gbdgui, rust-lldb properly.

Note: I had to install rust-analyzer manually via rustup component add rust-analyzer (Notice the date modified difference in the screenshot below)

Image
Steps
  1. Perform rustup update to update Rust from previous version (0.19.0 in my case) to 0.19.1.
Possible Solution(s)

No response

Notes

Using latest Visual Studio C++ Build tools

Rustup version
1.91.0
Installed toolchains
stable-x86_64-pc-windows-msvc
OS version
Windows 11 Pro 26100.6899

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 on Windows 11 with the stable-x86_64-pc-windows-msvc toolchain, comparing the listed components before and after updating. Check whether rust-analyzer, rust-gbd, rust-gbdgui, and rust-lldb update or install correctly; done means the reported components are handled consistently without manual rustup component add commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.