https://issues.dlang.org/show_bug.cgi?id=15571
Marc Schütz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marc Schütz <[email protected]> --- Here's the error message: /home/marc/d/druntime/import/object.d(3361): Error: struct xx.__unittestL10_1.Node no size yet for forward reference /home/marc/d/druntime/import/object.d(3361): Error: struct xx.__unittestL10_1.Node no size yet for forward reference xx.d(11): Error: struct xx.__unittestL10_1.Node no size yet for forward reference /home/marc/d/druntime/import/object.d(3378): Error: struct xx.__unittestL10_1.Node no size yet for forward reference /home/marc/d/druntime/import/object.d(3365): Error: template instance object._rawDup!(Node) error instantiating /home/marc/d/druntime/import/object.d(3352): instantiated from here: _dup!(const(Node), Node) /home/marc/d/druntime/import/object.d(3319): instantiated from here: _trustedDup!(const(Node), Node) xx.d(5): instantiated from here: dup!(Node) xx.d(12): instantiated from here: Wrapper!(Node) --
