error: expected identifier, found `<` --> $DIR/type.rs:5:5 | LL | type Foo = T; | ^ expected identifier | help: place the generic parameter name after the type name | LL - type Foo = T; LL + type Foo = T; | error: aborting due to previous error