https://issues.dlang.org/show_bug.cgi?id=23726
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All OS|Linux |All --- Comment #1 from Dennis <[email protected]> --- This is a consequence of druntime hooks being translated to templates in the front end: https://github.com/dlang/projects/issues/25 > I'm not sure if this use-case is supposed to be supported dmd and druntime are tied together. You can't expect stability if you upgrade dmd without upgrading your (custom) druntime with it. --
