https://issues.dlang.org/show_bug.cgi?id=20881
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|[DIP1000] Templates seem to |[DIP1000] scope inference |ignore 'return' |turns return-ref into |(workaround) |return-scope --- Comment #8 from Dennis <[email protected]> --- There's multiple things going on, so I'm going to limit this issue to "scope inference turns return-ref into return-scope", the issue that the compiler confuses `return scope` and `return ref` internally should be covered by issue 22108 and issue 22541. --
