https://issues.dlang.org/show_bug.cgi?id=22397
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dlang-bugzilla@thecybershad | |ow.net --- Comment #1 from Vladimir Panteleev <[email protected]> --- What behavior do you expect? "print" is instantiating itself recursively with a range type that is more complicated every iteration, so this program cannot be compiled. --
