We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbebea2 commit e60678fCopy full SHA for e60678f
tests/testsuite/fix.rs
@@ -29,7 +29,7 @@ fn do_not_fix_broken_builds() {
29
p.cargo("fix --allow-no-vcs")
30
.env("__CARGO_FIX_YOLO", "1")
31
.with_status(101)
32
- .with_stderr_contains("[ERROR] could not compile `foo` (lib) due to 1 previous error")
+ .with_stderr_contains("[ERROR] could not compile `foo` (lib) due to 1 previous error[..]")
33
.run();
34
assert!(p.read_file("src/lib.rs").contains("let mut x = 3;"));
35
}
0 commit comments