https://issues.dlang.org/show_bug.cgi?id=21849
--- Comment #3 from Iain Buclaw <[email protected]> --- See instead verrorPrint: https://github.com/dlang/dmd/blob/db13c6c948b4724ad8235c7063feba1241f685b4/src/dmd/errors.d#L370-L375 The line is extracted by the FileCache, what needs fixing is the foreach() loop that prints the leading spaces before the caret. --
