type Foo = u32; //~ ERROR E0091 type Foo2 = Box; //~ ERROR E0091 fn main() { }