https://issues.dlang.org/show_bug.cgi?id=21996
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3493 "Fix 21996 - Skip message formatting for checkaction=context in finalizer" fixing this issue: - Fix 21996 - Skip message formatting for checkaction=context in finalizer The message formatting isn't `@nogc` yet and hence caused an `InvalidMemoryOperationError` when called from a finalizer. https://github.com/dlang/druntime/pull/3493 --
