https://issues.dlang.org/show_bug.cgi?id=23310
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|regression |normal --- Comment #6 from Dennis <[email protected]> --- (In reply to ryuukk_ from comment #5) > I don't know, i'm not knowledgeable enough on the matter Can you test if it still segfaults when you make it `__gshared Test test = Test.A;`? Otherwise I'll look into it on Windows later. > Hence the need of a proper error message Using a custom druntime is quite an advanced use case. This particular segfault could be fixed, but in general, don't expect the quality of error messages to be very good under these circumstances. --
