blob: 3570d5f675f336fb932b46064d2aafca725fbd1e [file] [log] [blame]
//! Regression test for https://github.com/rust-lang/rust/issues/14092
fn fn1(0: Box) {}
//~^ ERROR missing generics for struct `Box`
fn main() {}