error: expected identifier, found `<` --> $DIR/enum.rs:5:5 | LL | enum Foo { Variant(T) } | ^ expected identifier | help: place the generic parameter name after the enum name | LL | enum Foo { Variant(T) } | ~~~~~~ error: aborting due to previous error