On Thursday, 16 May 2019 at 21:21:51 UTC, Max Haughton wrote:
https://run.dlang.io/is/cKFsXhShould this compile, or is return scope T* down to the user to not escape (Returning &local directly does not compile)
This is a bug, as can be showed by repeating the call to (*boi).writeln - suddenly the output changes between calls. Filed: https://issues.dlang.org/show_bug.cgi?id=19881
-- Simen
