Mettle

callee-inline-asmThe callee contains inline assembly

Reported by --explain after a verdict.

mettle explain callee-inline-asm

An asm block can depend on the frame it was written for. Copying it into another function is not safe in general, so the inliner does not.

A structural guard: @inline does not override it.

Related