Search code examples
compiler-errorsddmd

How to reduce the log verbosity about template instantiation


For a single error (ie a missing semicolon/backet) I get about 250 lines of log which says Error instantiating template.... Which is not related to the error. I'd like those not to be displayed anymore. How-to ?


Solution

  • This is caused by DMD bug 7904.