https://d.puremagic.com/issues/show_bug.cgi?id=602
--- Comment #21 from [email protected] 2013-12-01 05:22:11 PST --- This new change in the compiler forbids code like this that I have: void main() { import std.stdio; goto LABEL; enum code = "writeln(10);"; LABEL: mixin(code); } Is this bad/OK/good/acceptable? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
