A function was called with a number of arguments that does not match its signature. Rust does not support optional or variadic arguments in regular functions, so the call must supply exactly the expected number.
E0061
rust A function was called with a number of arguments that does not match its signature. Rust does not support optional or variadic arguments in regular functions, so the call must supply exactly the expected number.