rust/src/test/ui/error-codes/E0131.rs
2018-12-25 21:08:33 -07:00

3 lines
38 B
Rust

fn main<T>() {
//~^ ERROR E0131
}