[Issue 22916] [dip1000] copy of ref return still treated as scope variable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 15 15:17:46 UTC 2022


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

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
I think the basic problem here is the code is trying to make scope transitive,
and it just doesn't work. At some point the code will have to use @trusted code
to make it work.

--


More information about the Digitalmars-d-bugs mailing list