Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
main-wrong-location.rs
blob: d7deeaed99da265dc77fa1519144cfcb4ce94437 [
file
] [
log
] [
blame
]
mod
m
{
// An inferred main entry point
// must appear at the top of the crate
fn
main
()
{
}
}
//~ ERROR `main` function not found