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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from [email protected] ---
Incorrect. a @disabled method does not need a body, as no references to it are
ever emitted. You can observe this for yourself by simply renaming toHash in
the example to something without special semantics. Or by removing const. Even
a non-@disable'd method without a body doesn't generate linker errors unless
you try to call it.

--

Reply via email to