1 2 3 4 5 6
struct Bug<A = [(); (let a = (), 1).1]> { //~^ ERROR expected expression, found `let` statement a: A } fn main() {}