On the subject of error messages

MysticZach via Digitalmars-d digitalmars-d at puremagic.com
Mon May 15 21:33:33 PDT 2017


On Saturday, 13 May 2017 at 14:41:50 UTC, Stanislav Blinov wrote:
>>file(line): Error: template foo cannot deduce function from 
>>argument types !()(int, string), candidates are:
>>file(line): foo(Args...)(auto ref Args arg) if 
>>(!anySatisfy!(isString, Args))

Ya know, even a simple new line before "candidates are:" would 
improve this error message!

https://issues.dlang.org/show_bug.cgi?id=17400

I know it seems trivial, but attention to detail does make a 
difference, so I decided to make an issue for it anyway... :-/


More information about the Digitalmars-d mailing list