Skip to content

Commit 744f666

Browse files
committed
fix error message for issue-10176.rs
1 parent fb99d87 commit 744f666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-10176.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn f() -> isize {
1212
(return 1, return 2)
1313
//~^ ERROR mismatched types
1414
//~| expected type `isize`
15-
//~| found type `(_, _)`
15+
//~| found type `(!, !)`
1616
//~| expected isize, found tuple
1717
}
1818

0 commit comments

Comments
 (0)