rust/tests/ui/missing/missing-main.rs
2023-01-11 09:32:08 +00:00

3 lines
58 B
Rust

// error-pattern: `main` function not found
fn mian() { }