[Issue 21091] [ICE] Segmentation fault: module mod is in file 'mod.d' which cannot be read
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jul 30 08:55:17 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21091
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
CC| |ibuclaw at gdcproject.org
--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Nearby code segfaults in the same location - any fix should include both.
struct NullAllocator
{
import Ternary;
Ternary owns() { }
}
--
More information about the Digitalmars-d-bugs
mailing list