Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo() -> _ { 5 } //~ ERROR E0121
static BAR: _ = "test"; //~ ERROR E0121
fn main() {}