Nearby code segfaults in the same location - any fix should include both.
struct NullAllocator
{
import Ternary;
Ternary owns() { }
}
Comment #2 by moonlightsentinel — 2020-07-30T21:19:56Z
Digger blames this commit:
commit f55dae671597445a29156d54977e63c52bb06d14
Author: Cristian Creteanu <[email protected]>
Date: Fri Dec 13 01:19:02 2019 +0200
dmd: Issue6592 - di header file created even if errors occur (#10635)
* Moved header file generation at the end
* Fix Issue 6592 - di header file created even if errors occur