[Issue 12196] Bad error message for multiple declarations

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 5 11:56:39 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Fixed by https://github.com/dlang/dmd/pull/4021. Now it prints:

test.d(3): Deprecation: instead of C-style syntax, use D-style syntax 'int[N]
a'
test.d(3): Deprecation: instead of C-style syntax, use D-style syntax 'int[N]
b'

--


More information about the Digitalmars-d-bugs mailing list