Thread overview
[Issue 24500] [REG2.101] Incorrect escape error on scope lazy T...
April 13, 2024
https://issues.dlang.org/show_bug.cgi?id=24500

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry, rejects-valid

--
April 13, 2024
https://issues.dlang.org/show_bug.cgi?id=24500

--- Comment #1 from johanengelen@weka.io ---
Workaround:
```
    this(const ref FixedArray!(int, 10) _errStr) {
        auto a = _errStr.slice;
        A(a);
    }
```

--
December 13
https://issues.dlang.org/show_bug.cgi?id=24500

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20440

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--