https://issues.dlang.org/show_bug.cgi?id=15179
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|dmd |druntime Hardware|x86 |All OS|Windows |All --- Comment #1 from Kenji Hara <[email protected]> --- This is caused by druntime change. 1. Local import does not make overload sets with the symbols come from outer imports. About that there's no specification and implementation change in 2.068. 2. In 2.068, a free function 'to' is added to core.time module. https://github.com/D-Programming-Language/druntime/pull/1190 In the test code, it's hiding std.conv.to function and compilation fails. --
