While not necessarily a "bug", it's not very useful.
Maybe not in this case, but it is perfectly accurate for cases like:
mixin(q{ some code here });Where it will actually line back up to the original file's line number perfectly.
Adam D. Ruppe via Digitalmars-d-learn Fri, 21 Aug 2020 15:00:28 -0700
While not necessarily a "bug", it's not very useful.
Maybe not in this case, but it is perfectly accurate for cases like:
mixin(q{ some code here });Where it will actually line back up to the original file's line number perfectly.