blob: 4f546fcc2adc2e58f5c60588474eb8b2cc834095 [file] [log] [blame]
enum Quux<T> { Bar }
fn foo(c: Quux) { assert!((false)); } //~ ERROR wrong number of type arguments
fn main() { panic!(); }