We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a0b39 commit 94a746aCopy full SHA for 94a746a
src/dist/mod.rs
@@ -112,9 +112,10 @@ You can find the list of removed components at
112
<https://rust-lang.github.io/rustup/devel/concepts/components.html#previous-components>.
113
114
If you are updating an existing toolchain, after determining the deprecated component(s)
115
-in question, please remove them with a command such as:
+and/or target(s) in question, please remove them with:
116
117
rustup component remove --toolchain {toolchain} <COMPONENT>...
118
+ rustup target remove --toolchain {toolchain} <TARGET>...
119
120
After that, you should be able to continue with the update as usual.",
121
);
0 commit comments