[Issue 10657] wrong error message with unexisting symbol
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 16 17:21:06 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=10657
Basile-z <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |b2.temp at gmx.com
Resolution|--- |WORKSFORME
--- Comment #2 from Basile-z <b2.temp at gmx.com> ---
nowadays output is much better:
> /tmp/temp_7F98B13450B0.d(10,6): Error: none of the overloads of template `temp_7F98B13450B0.fun` are callable using argument types `!()(int)`
> /tmp/temp_7F98B13450B0.d(6,6): Candidate is: `fun(T)(T a)`
> with `T = int`
> must satisfy the following constraint:
>` is(unexisting!T == unexisting!T)`
--
More information about the Digitalmars-d-bugs
mailing list