Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo() -> isize { 23 }
static a: [isize; 2] = [foo(); 2];
//~^ ERROR: E0015
fn main() {}