mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 00:47:36 +00:00
2 lines
72 B
Rust
2 lines
72 B
Rust
fn main(x: isize) { } //~ ERROR: `main` function has wrong type [E0580]
|