Today's compiler error message

Dennis dkorpel at gmail.com
Wed Jul 12 16:00:34 UTC 2023


On Wednesday, 12 July 2023 at 15:53:39 UTC, IchorDev wrote:
> DMD and LDC2, however, decided that the real problem was an 
> unmarked lambda placed within a mixin statement at module-scope:


Do you have a test case that reproduces it? I tried:

```D
alias y = mixin("``");
```

But that gives the "alias `y` cannot alias an expression `""`" 
error.



More information about the Digitalmars-d mailing list