rust-lang / rust-lang/rustup

rustup check reports "Update available" when update is skipped due to missing component

Open
#2,221 2 comments 0 reactions 1 assignee View on GitHub

@rami3l is already working on this.

Since Sep 3, 2026.

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

Description

Problem
rustup check reports Update available èven when the update is skipped due to missing components.
Perhaps it should display a different message such as Missing n component(s) instead?

Output of rustup --version: rustup 1.21.1 (7832b2ebe 2019-12-20)
Output of rustup show:

Default host: x86_64-unknown-linux-gnu
rustup home:  /home/matthias/.rustup

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu
beta-x86_64-unknown-linux-gnu
nightly-2020-01-26-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu (default)
master

active toolchain
----------------

nightly-x86_64-unknown-linux-gnu (default)
rustc 1.42.0-nightly (cd1ef390e 2020-01-31)

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.