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