// run-pass #![feature(allocator_api)] fn main() { let _boxed: Box = Box::new(10); }