We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8156fcb commit 58f2237Copy full SHA for 58f2237
src/cargo/util/command_prelude.rs
@@ -452,7 +452,7 @@ pub trait ArgMatchesExt {
452
"ustc --print target-list"
453
};
454
bail!(
455
- "\"--target\" takes an argument.
+ "\"--target\" takes a target architecture as an argument.
456
457
Run `{cmd}` to see possible targets."
458
);
tests/testsuite/list_availables.rs
@@ -166,7 +166,7 @@ No tests available.
166
.cargo(&format!("{} --target", command))
167
.with_stderr(
168
"\
169
-error: \"--target\" takes an argument.
+error: \"--target\" takes a target architecture as an argument.
170
171
Run `[..]` to see possible targets.
172
",
0 commit comments