Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct X {}
const Y: X = X("ö"); //~ ERROR expected function, tuple struct or tuple variant, found struct `X`
fn main() {}