Mettle

callee-denylistedThe callee is on the compiler's inline denylist

Reported by --explain after a verdict.

mettle explain callee-denylisted

A small set of names is refused by hand, as a guard against compile-time blowup in shapes known to explode.

Fix: mark the callee @inline to override the denylist. Watch compile time afterwards, since that is the cost the guard exists to prevent.

Related