rustc/tests/ui/error-codes/E0131.rs
2023-07-27 22:48:29 +08:00

4 lines
38 B
Rust

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