struct Foo { buffer: B } fn bar() { let Foo> //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `<` } fn main() {}