Skip to content

Commit 537d4ac

Browse files
committed
rustc: Fix error pattern in compile-fail/arg-count-mismatch.rs
1 parent cc7a8b6 commit 537d4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/arg-count-mismatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern: mismatched types
1+
// error-pattern: parameters were supplied
22

33
fn f(int x) {
44
}

0 commit comments

Comments
 (0)