You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete suggestions of removing the relevant component from component_unavailable_msg
After digging into the codebase, I realized that the message generated
by `component_unavailable_msg` is used only when:
- Some components are missing from the toolchain so that the
installation can no longer proceed;
- We are not installing these components as a part of a
toolchain-wide operation (e.g. updating the existing `nightly`),
which is covered by `components_missing_msg` by catching the
`RustupError::RequestedComponentsUnavailable` and re-throwing
it as a `DistError::ToolchainComponentsMissing`
(see <#3453 (comment)>
for more info).
Thus, I decided to remove the `rustup component remove` suggestion
altogether.
0 commit comments