https://issues.dlang.org/show_bug.cgi?id=22310
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @kinke created dlang/dmd pull request #13075 "[stable] Fix Issue 22310 - Cache failed template instantiations" fixing this issue: - Fix Issue 22310 - Cache failed template instantiations Semantic is re-run anyway for error messages in case errors were gagged for the first instantiation but aren't gagged for the current instantiation, see line 5645. https://github.com/dlang/dmd/pull/13075 --
