https://issues.dlang.org/show_bug.cgi?id=12487
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Severity|normal |minor --- Comment #2 from Kenji Hara <[email protected]> --- In 2.067 and git-head, -version=RecTemplate compilation reports: test.d(3): Error: circular initialization of recTemplate test.d(11): Error: template instance test.recTemplate!int error instantiating Therefore the segfault issue is already fixed. However I think the diagnostic "circular initialization of recTemplate" is still unhelpful a little. --
