https://issues.dlang.org/show_bug.cgi?id=17477
--- Comment #4 from Eyal <[email protected]> --- With the fix for issue #10602 - it sounds much better, though even then I don't think the error should say: function `lambdaarg.f(void delegate(int) nothrow dlg)` is not callable using argument types `(void)` but rather: function `lambdaarg.f(void delegate(int) nothrow dlg)` is not callable using given template, as it failed to instantiate: And this is much clearer direction for the programmer to read the actual problem on the next line. --
