On Wednesday, 12 July 2023 at 21:52:08 UTC, IchorDev wrote: > No, I simply don’t have the time for that. Is the code base public by any chance? > The code is more like… > mixin(“alias y = `”~someFn.mangleof~”`;”); That gives a parse error inside the mixin, since a string literal is not allowed in that position.