-
Notifications
You must be signed in to change notification settings - Fork 951
Confusing component add
error message
#3418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, this is clearly confusing. Probably a error type used in two different places, or perhaps a context message added inappropriately. Searching for the string should let someone find the code and start looking at it readily enough. |
@rbtcollins Claim. 1 Footnotes
|
The original error message assumes that you are updating an existing toolchain but some components are no longer available. The full error message template is as follows:
Or, if there are multiple components missing:
I believe the aforementioned situation (where a toolchain update can be "incomplete" in terms of components) is exclusive to nightlies. Is that correct, @rbtcollins? ... or I can simply say something like "if you are updating an existing toolchain and you don't need the component(s)..." Footnotes
|
Thanks, @rami3l! |
Problem
I tried to add component
miri
and received the following message:I.e., I tried to add the component (unsuccessfully), and the instructions tell me how to remove it.
Steps
Run
rustup component add miri
in a directory wherex86_64-unknown-linux-gnu
is the default toolchain.Possible Solution(s)
Adjust or eliminate the irrelevant error message.
Notes
No response
Rustup version
The text was updated successfully, but these errors were encountered: