Skip to content

Commit 94a746a

Browse files
rami3ldjc
authored andcommitted
fix(dist): refine suggestions about missing targets
1 parent 51a0b39 commit 94a746a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dist/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ You can find the list of removed components at
112112
<https://rust-lang.github.io/rustup/devel/concepts/components.html#previous-components>.
113113
114114
If you are updating an existing toolchain, after determining the deprecated component(s)
115-
in question, please remove them with a command such as:
115+
and/or target(s) in question, please remove them with:
116116
117117
rustup component remove --toolchain {toolchain} <COMPONENT>...
118+
rustup target remove --toolchain {toolchain} <TARGET>...
118119
119120
After that, you should be able to continue with the update as usual.",
120121
);

0 commit comments

Comments
 (0)