Mettle

noalloc-verifiedThe @noalloc contract holds

Reported by --explain after a verdict.

mettle explain noalloc-verified

The function is marked @noalloc, and the compiler walked everything it can reach and found no allocation on any path. The contract is proved, not assumed. A violation would have been a compile error, not a warning.

Related