https://issues.dlang.org/show_bug.cgi?id=8750
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- On dmd git HEAD (2.067a), this code no longer causes an ICE, but there's a compile error: test.d(8): Error: template std.algorithm.all cannot deduce function from argument types !((x) => any!((y) => x == y)(R))(string), candidates are: /usr/src/d/phobos/std/algorithm.d(11584): std.algorithm.all(alias pred = "a") --
