Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
entry-point
/
main-in-submodule.rs
blob: d7deeaed99da265dc77fa1519144cfcb4ce94437 [
file
]
mod
m
{
// An inferred main entry point
// must appear at the top of the crate
fn
main
()
{
}
}
//~ ERROR `main` function not found