We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--all-targets
1 parent 75a8cdd commit a6eb2bdCopy full SHA for a6eb2bd
tests/testsuite/fix.rs
@@ -1424,10 +1424,9 @@ fn fix_to_broken_code() {
1424
p.cargo("build").cwd("foo").run();
1425
1426
// Attempt to fix code, but our shim will always fail the second compile
1427
- p.cargo("fix --all-targets --allow-no-vcs --broken-code")
+ p.cargo("fix --allow-no-vcs --broken-code")
1428
.cwd("bar")
1429
.env("RUSTC", p.root().join("foo/target/debug/foo"))
1430
- .with_status(101)
1431
.with_stderr_data(str![[r#"
1432
...
1433
[WARNING] failed to automatically apply fixes suggested by rustc to crate `bar`
0 commit comments