https://issues.dlang.org/show_bug.cgi?id=24089
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- I bet this is a dupe of: https://issues.dlang.org/show_bug.cgi?id=15459 . Bottom line: template instances that are instantiated from speculative contexts will be cached (without any errors being outputted). Once the template instance is reused, boom! For more info check my failed attempt at fixing this: https://github.com/dlang/dmd/pull/13359 --
