https://issues.dlang.org/show_bug.cgi?id=20388
Boris Carvajal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Boris Carvajal <[email protected]> --- Something as simple as this fails now: foo!(mixin("1+1"))(); In this context the old behavior of parsing mixin as an expression should be restored (it worked from 2.063 according to run.dlang.io). Another bug needs to be open to allow the new "mixin type" here, if it's ever possible. --
