https://issues.dlang.org/show_bug.cgi?id=20195
--- Comment #5 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10412 "Allow ref-returns of shared Variables" was merged into master: - 02fd0cd4b88d6f166a6d3905487279d7c723c46d by Stefan Koch: Issue 20195 - Allow explicit ref-returns of shared Variables (partial fix) This is okay because we are passing a pointer and not the actual value. Currently excludes `ref` inferred from `auto ref`. https://github.com/dlang/dmd/pull/10412 --
