[Issue 15501] bad error message: Error: no property 'nsecs' for type 'MonoTimeImpl!cast(ClockType)0'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jan 2 18:29:53 PST 2016


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

Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2 at gmail.com
           Severity|enhancement                 |regression

--- Comment #1 from Timothee Cour <timothee.cour2 at gmail.com> ---
in dmd 67, the error message was correctly typed:
Error: no property 'nsecs' for type 'MonoTime'

although the root cause is probably that error message wrongly removes
parenthesis when  the template argument is cast!(...)foo

--


More information about the Digitalmars-d-bugs mailing list