c28c258f91
Closes #1900
2 lines
87 B
Rust
2 lines
87 B
Rust
// error-pattern: main function is not allowed to have type parameters
|
|
fn main<T>() { } |