2013-04-29 23:16:58 +00:00
|
|
|
mod m {
|
2021-04-08 13:37:38 +00:00
|
|
|
// An inferred main entry point
|
2013-04-29 23:16:58 +00:00
|
|
|
// must appear at the top of the crate
|
2017-12-10 20:29:24 +00:00
|
|
|
fn main() { }
|
2022-01-21 00:15:39 +00:00
|
|
|
} //~ ERROR `main` function not found
|