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.
rustc
1 parent c31bd9d commit e0787ecCopy full SHA for e0787ec
tests/testsuite/check.rs
@@ -64,7 +64,7 @@ fn check_fail() {
64
65
foo.cargo("check")
66
.with_status(101)
67
- .with_stderr_contains("[..]this function takes 0 parameters but 1 parameter was supplied")
+ .with_stderr_contains("[..]this function takes 0[..]")
68
.run();
69
}
70
0 commit comments