We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb99d87 commit 744f666Copy full SHA for 744f666
src/test/compile-fail/issue-10176.rs
@@ -12,7 +12,7 @@ fn f() -> isize {
12
(return 1, return 2)
13
//~^ ERROR mismatched types
14
//~| expected type `isize`
15
-//~| found type `(_, _)`
+//~| found type `(!, !)`
16
//~| expected isize, found tuple
17
}
18
0 commit comments