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