struct Foo { buffer: B } fn bar() { let Foo> //~ ERROR generic args in patterns require the turbofish syntax } fn main() {}