2023-01-11 09:32:08 +00:00

5 lines
51 B
Rust

enum Foo<T> { Bar } //~ ERROR E0392
fn main() {
}