Mettle

callee-parameter-namesThe callee's parameter names are unavailable

Reported by --explain after a verdict.

mettle explain callee-parameter-names

The inliner binds arguments to parameters by name, and this callee reached the optimizer without them.

A compiler limitation rather than anything in your code.

Related