[Issue 7612] Bad error message when missing compile time opCmp in struct used in enums

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 7 13:37:11 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=7612

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh at quickfur.ath.cx
         Resolution|---                         |WORKSFORME

--- Comment #1 from hsteoh at quickfur.ath.cx ---
On git HEAD, only the first error message is displayed now:

test.d(2): Error: undefined identifier S2, did you mean struct S?

So, seems like this bug has been fixed.

--


More information about the Digitalmars-d-bugs mailing list