Minimal testcase: ``` rust trait Foo { // error: expected `,` but found `{` fn foo(self, Bar {baz}: Bar) {} } ```