[Issue 13609] New: better error message for missing '}'
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Oct 13 03:12:24 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13609
Issue ID: 13609
Summary: better error message for missing '}'
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: ketmar at ketmar.no-ip.org
missing '}' can produce higly cryptic error messages like this: "z.d(1137):
Error: } expected following member declarations in aggregate".
ok, i know that i missed '}' somewhere, but can't compiler tell me on what line
that "aggregate" starts? pleaseā¦
--
More information about the Digitalmars-d-bugs
mailing list