]> git.lizzy.rs Git - rust.git/blob - src/test/ui/fn/bad-main.rs
Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid
[rust.git] / src / test / ui / fn / bad-main.rs
1 fn main(x: isize) { } //~ ERROR: `main` function has wrong type [E0580]