Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
static mut a: Box<isize> = Box::new(3);
//~^ ERROR cannot call non-const fn
fn main() {}