1 2 3 4 5 6 7
#![feature(lang_items)] #[lang = "owned_box"] struct Foo; //~ ERROR E0152 fn main() { }