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