// run-pass struct NonOrd; fn main() { let _: Box> = Box::new(vec![NonOrd].into_iter()); }