We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b337e3 commit 32438e8Copy full SHA for 32438e8
src/test/compile-fail/bad-main.rs
@@ -1,6 +1,3 @@
1
-// xfail-stage1
2
-// xfail-stage2
3
-// xfail-stage3
4
-// error-pattern: bad type signature
+// error-pattern:Wrong type in main function
5
6
fn main(x: int) { }
0 commit comments