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