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

Mathias Lang <mathias.l...@sociomantic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mathias.l...@sociomantic.co
                   |                            |m
           Assignee|nob...@puremagic.com        |mathias.l...@sociomantic.co
                   |                            |m

--- Comment #1 from Mathias Lang <mathias.l...@sociomantic.com> ---
Yeah that's a compiler implementation detail. DMD tries to instantiate the code
with gagging on, and on error, it just marks it as '@disable'd.
For reference, the guilty code is
https://github.com/dlang/dmd/blob/87ce5f860b9b8c4a9280e9d9d8643ac6a0df7bbd/src/clone.d#L319-L324

--

Reply via email to