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.
1 parent cd41ee2 commit 1edfed7Copy full SHA for 1edfed7
src/test/compile-fail/elided-test.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// error-pattern: main function not found
+// error-pattern: entry function not found
12
13
// Since we're not compiling a test runner this function should be elided
14
// and the build will fail because main doesn't exist
src/test/compile-fail/missing-main.rs
@@ -8,5 +8,5 @@
-// error-pattern:main function not found
+// error-pattern:entry function not found
fn mian() { }
0 commit comments