rustc/tests/ui/missing/missing-main.rs
2023-08-02 10:33:26 +02:00

3 lines
58 B
Rust

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