rust/src/test/compile-fail/issue-1900.rs

2 lines
87 B
Rust
Raw Normal View History

// error-pattern: main function is not allowed to have type parameters
fn main<T>() { }