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

2 lines
72 B
Rust

fn main(x: isize) { } //~ ERROR: `main` function has wrong type [E0580]