https://issues.dlang.org/show_bug.cgi?id=15936
Mathias Lang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m Assignee|[email protected] |[email protected] | |m --- Comment #1 from Mathias Lang <[email protected]> --- 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 --
