rust/src/test/ui/issues/issue-14092.rs
2018-12-25 21:08:33 -07:00

5 lines
111 B
Rust

fn fn1(0: Box) {}
//~^ ERROR wrong number of type arguments: expected 1, found 0 [E0107]
fn main() {}