[Issue 21992] importC: Error: variable is used as a type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 28 08:57:13 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=21992

--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
At the moment I do have some lvalue checking in the parser, this'll have to be
moved to semantic as well.  But there are some hurdles to overcome - mostly
from the semantic lowering rvalues into lvalues.

For example, this nudges support in the right direction:
https://github.com/dlang/dmd/pull/12752

--


More information about the Digitalmars-d-bugs mailing list