[Issue 24483] Lack of error report from compiler - not linker one
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 5 08:07:42 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24483
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |razvan.nitu1305 at gmail.com
Resolution|--- |FIXED
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
What compiler version are you using? I'm using 2.107 and I get:
test.d(10): Error: call to unimplemented abstract function `void foo()`
test.d(10): declared here: test.d(3)
Seems it was fixed in: https://github.com/dlang/dmd/pull/15652
--
More information about the Digitalmars-d-bugs
mailing list