https://issues.dlang.org/show_bug.cgi?id=21267
Richard Cattermole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Richard Cattermole <[email protected]> --- Right now it is erroring with TypeInfo not being available. /dlang/dmd/linux/bin64/../../src/druntime/import/object.d(3583): Error: `TypeInfo` cannot be used with -betterC This may be related to toString not being templated and using stuff that depends on druntime. --
