1 2 3 4
static mut a: Box<isize> = Box::new(3); //~^ ERROR cannot call non-const associated function fn main() {}