blob: c98d900b62a5859f63d12a32d049127bf937c96d [file] [log] [blame]
enum Foo<T> { Bar } //~ ERROR E0392
fn main() {
}