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