[Issue 7443] Better diagnostic on wrongly written static constructor

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 2 06:44:06 PDT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid,
                   |                            |link-failure
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net
           Severity|enhancement                 |normal

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
To clarify, the example given currently (wrongly) compiles but fails to link
due to a "multiple definition" error.

Upgrading from enhancement since it seems like an accepts-invalid.

--


More information about the Digitalmars-d-bugs mailing list