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
- callee-no-bodyThe callee has no body to inline
- callee-noinlineThe callee is marked @noinline
- callee-denylistedThe callee is on the compiler's inline denylist
- too-many-parametersThe callee takes more than 16 parameters
- callee-parameter-namesThe callee's parameter names are unavailable
- callee-over-budgetThe callee's body is over the inline size budget
- callee-call-countThe callee makes more calls than the inline call-count budget allows
- callee-has-loopThe callee's loop body is over the inline size budget