December 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23570

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
I don't think this can be "fixed". The problem is that the foreach is technically a runtime construct, therefore, the compiler sees `i` and `symbol` as runtime variables. I'm not sure if this can be fixed, looking into it.

--
December 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23570

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--