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