https://issues.dlang.org/show_bug.cgi?id=13509
Issue ID: 13509
Summary: Throwable and Exception ctors aren't nogc
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
If you do a @nogc function that emplaces a Throwable, it complains that the
constructors aren't nogc. They should be - no reason not to.
--
