https://issues.dlang.org/show_bug.cgi?id=14993

Martin Nowak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Martin Nowak <[email protected]> ---
This broke b/c of an ugly hack in druntime which excluded throwing
typeinfo(Ex).init.ptr style exceptions from stacktraces.
https://github.com/D-Programming-Language/druntime/blob/46fdff3c82d917c94a79f355274770147bf8bdae/src/rt/deh.d#L22

The underlying issue is the same as issue 14119, stacktraces should be @nogc.

--

Reply via email to