rust/tests/ui/fn/bad-main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
72 B
Rust
Raw Normal View History

2020-01-04 18:17:46 -06:00
fn main(x: isize) { } //~ ERROR: `main` function has wrong type [E0580]