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 086145e commit 3c8ba9aCopy full SHA for 3c8ba9a
tests/testsuite/multitarget.rs
@@ -30,7 +30,7 @@ fn double_target_rejected_with_config() {
30
.build();
31
32
p.cargo("build")
33
- .with_stderr("[ERROR] specifying multiple `--target` flags requires `-Zmultitarget`")
+ .with_stderr("[ERROR] specifying multiple `target` in `build.target` config value requires `-Zmultitarget`")
34
.with_status(101)
35
.run();
36
}
0 commit comments