blob: 635050f376c8a73c50f2eb946648600e9bfbd34e [file] [log] [blame]
struct Bug<A = [(); (let a = (), 1).1]> {
//~^ `let` expressions are not supported here
//~| `let` expressions in this position are unstable [E0658]
//~| expected expression, found `let` statement
a: A
}
fn main() {}