[Issue 19091] __traits(compiles) and error in templated structs leads to missing symbol

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 24 12:00:38 UTC 2022


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

--- Comment #13 from FeepingCreature <default_357-line at yahoo.de> ---
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.

--


More information about the Digitalmars-d-bugs mailing list