Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Bug<A = [(); (let a = (), 1).1]> {
//~^ ERROR expected expression, found `let` statement
a: A
}
fn main() {}