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 a8ee477 commit 5976d53Copy full SHA for 5976d53
tests/testsuite/build_script_extra_link_arg.rs
@@ -19,7 +19,7 @@ fn build_script_extra_link_arg_bin() {
19
20
p.cargo("build -Zextra-link-arg -v")
21
.masquerade_as_nightly_cargo()
22
- .with_status(101)
+ .without_status()
23
.with_stderr_contains(
24
"[RUNNING] `rustc --crate-name foo [..]-C link-arg=--this-is-a-bogus-flag[..]",
25
)
@@ -43,7 +43,7 @@ fn build_script_extra_link_arg() {
43
44
45
46
47
48
49
0 commit comments