1 2 3 4 5 6 7
// error-pattern:panicked at 'Box<Any>' #![feature(box_syntax)] fn main() { panic!(box 413 as Box<::std::any::Any + Send>); }