https://issues.dlang.org/show_bug.cgi?id=13534
--- Comment #2 from [email protected] --- Probably the most straightforward way to fix this bug is to remove @trusted: from the top of the module, and then incrementally add @trusted around the smallest possible code units until the Phobos test suite passes. --
