Closed Temtaime closed 8 years ago
mixin(grammar(` Test: Rule1 < "foo"{a => a} `));
Error: template instance hooked!(defined, "Rule1") cannot use local 'defined' as parameter to non-global template hooked(alias r, string name)(ParseTree p)
I'm using latest dmd.
My fault : declaring argument as ParseTree helps.
I'm using latest dmd.