664d71f1f0
As per #1903, state what type is expected for main(). Closes #1903
4 lines
66 B
Rust
4 lines
66 B
Rust
// error-pattern:expecting `native fn([str])
|
|
|
|
fn main(x: int) { }
|