rust-lang / rust-lang/rustup

error: Missing manifest in toolchain 'stable-x86_64-pc-windows-msvc'

Open
#3,539 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Problem

when i trid to install the racer plugin, it need to add rust-src component.But when i tried to download and install it,a mistake happened
PS E:\Rust_Dir\Box> rustup component add rust-src info: syncing channel updates for 'stable-x86_64-pc-windows-msvc' info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) error: Missing manifest in toolchain 'stable-x86_64-pc-windows-msvc

and i do not konw how to handle it?

Steps

rustup component add rust-src

Possible Solution(s)

No response

Notes

No response

Rustup version
1.26.0
Installed toolchains
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: latest update on 2023-11-16, rust version 1.74.0

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 component add rust-src on Windows with rustup 1.26.0 and the stable-x86_64-pc-windows-msvc toolchain. Investigate why the toolchain has no manifest and compare the installed-toolchain state with the expected rust-src component workflow. Done means the cause is confirmed and the issue has a tested fix or a documented resolution.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.