summary refs log tree commit diff
path: root/src/test/ui/issues/issue-14092.rs
blob: 3cfaa20a8b5ab07d3dfb658fabbaea47e11134b5 (plain)
1
2
3
4
fn fn1(0: Box) {}
        //~^ ERROR wrong number of type arguments: expected at least 1, found 0 [E0107]

fn main() {}