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-05 00:17:46 +00:00
fn main(x: isize) { } //~ ERROR: `main` function has wrong type [E0580]