fn foo() -> usize { 0 } fn main() { foo::<0>(); //~^ ERROR this function takes 2 foo::<0, 0, 0>(); //~^ ERROR this function takes 2 }