1 2
type mut_box = Box<mut isize>; //~^ ERROR expected one of `>`, a const expression, lifetime, or type, found keyword `mut`