// run-rustfix fn two_type_params(_: B) {} fn main() { two_type_params::(100); //~ ERROR function takes 2 generic arguments two_type_params::(100); }