1 2 3 4 5 6
//! Regression test for https://github.com/rust-lang/rust/issues/14092 fn fn1(0: Box) {} //~^ ERROR missing generics for struct `Box` fn main() {}