https://issues.dlang.org/show_bug.cgi?id=19091

--- Comment #13 from FeepingCreature <[email protected]> ---
Oh yeah, the missing printf I forgot to paste:

[] error: __error

Ie. considering

printf("[%s] %s: %s\n", e.loc.toChars(), EXPtoString(e.op).ptr, e.toChars());

meaning e, probably the opEquals, was in an errored state and we never reported
the error and tried to emit it regardless.

--

Reply via email to