[Issue 5969] Poor error message for foreach over type tuple

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 11 04:42:20 PDT 2015


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
           Assignee|andrej.mitrovich at gmail.com  |nobody at puremagic.com

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
The error is now:

test.d(6): Error: need 'this' for 'a' of type 'int'

Which is quite better already. Reopen if you want something better.

--


More information about the Digitalmars-d-bugs mailing list