1 2 3 4 5 6 7
// check-fail fn f(_: &[i32]) {} fn main() { f(&Box::new([1, 2])); //~^ ERROR mismatched types }