Mettle

argument-countThe call's argument count does not match the callee

Reported by --explain after a verdict.

mettle explain argument-count

The site passes a different number of arguments than the callee declares, or more than the inliner handles. A variadic call looks like this.

A structural guard: @inline does not override it.

Related