http://d.puremagic.com/issues/show_bug.cgi?id=7574
Summary: No line number with forward reference error
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: major
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2012-02-24 11:09:40 PST ---
struct Foo {
Bar x;
alias int[Spam*] Bar;
}
void main() {}
DMD 2.059head gives:
Error: forward reference of Spam
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------