https://issues.dlang.org/show_bug.cgi?id=24301
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #15953 "Fix 24301 - Misleading error message when passing non-copyable struct…" was merged into master: - 1f8dc2b365e41d3fdfc20a6be5b439e92c97f3b5 by Paul Backus: Fix 24301 - Misleading error message when passing non-copyable struct by value in @safe code If a copy constructor is explicitly marked with @disable, the error message should mention that, regardless of whether its attributes are allowed in the calling scope. https://github.com/dlang/dmd/pull/15953 --
