The code from issue 10431 still fails to compile with DMD 2.064, the first error is:
/.../src/phobos/std/format.d(2744): Error: expression hasToString!(ListI, char) of type void does not have a boolean value
(hasToString actually is of type int in all branches.)