[Issue 4329] Do not show error messages that refer to __error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 17 06:40:49 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4329


Leandro Lucarella <llucax at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax at gmail.com


--- Comment #3 from Leandro Lucarella <llucax at gmail.com> 2010-06-17 06:40:46 PDT ---
Copied from bug 4335 for convenience:

---
import std.stdio;
void main() {
    writeln("bug");
}
---

t.d(3): Error: 'writeln' is not defined, perhaps you need to import std.stdio;
?
t.d(3): Error: function expected before (), not __error of type _error_

(the first wrong error message is what bug 4335 is about)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list