summaryrefslogtreecommitdiffstats
path: root/src/test/ui/main-wrong-location.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/main-wrong-location.rs')
-rw-r--r--src/test/ui/main-wrong-location.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/ui/main-wrong-location.rs b/src/test/ui/main-wrong-location.rs
new file mode 100644
index 000000000..d7deeaed9
--- /dev/null
+++ b/src/test/ui/main-wrong-location.rs
@@ -0,0 +1,5 @@
+mod m {
+ // An inferred main entry point
+ // must appear at the top of the crate
+ fn main() { }
+} //~ ERROR `main` function not found