[Issue 1941] missing line on inaccesable external private module member
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 25 11:28:21 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1941
------- Comment #1 from technocrat7 at gmail.com 2008-03-25 13:28 -------
I don't know how the compiler works, but here's my guess on the source of the
problem (and its solution).
src\dmd\dsymbol.c, line 667 (DMD 1.028):
error("%s is private", d->toPrettyChars());
should be:
error(loc, "%s is private", d->toPrettyChars());
--
More information about the Digitalmars-d-bugs
mailing list