https://issues.dlang.org/show_bug.cgi?id=23722
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 CC| |[email protected] --- Comment #1 from kinke <[email protected]> --- Bumping priority to P1, this is a horrible bug. I'm not sure whether the lambda mangles can be really made unique & stable even with separate compilation, but we could probably enforce a C-style `static` object-file visibility for these function literals, as they are codegen'd into each referencing object file (well, at least with LDC). --
