1 2 3 4 5 6 7
struct X {,} //~ ERROR expected identifier, found `,` fn main() { || { if let X { x: 1,} = (X {}) {} }; }