https://issues.dlang.org/show_bug.cgi?id=18269
--- Comment #6 from [email protected] --- (In reply to Steven Schveighoffer from comment #3) > Is this literally just the string representation of a delegate type that is > wrong? I mean, I tried this out on the latest compiler, and trying to *call* > t in `two` and trying to apply a @safe tag to it makes it fail to compile. Looks like just the string representation is wrong. Not the end of the world, but there *is* a unittest in std.format that checks for the string representation, and this bug is causing failures completely unrelated to the PR, and it's rather frustrating. --
