errors.fyi community error code reference
E0061
rust

Wrong Argument Count

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.

References

โ† all namespaces for E0061