Thread overview
[Issue 19678] wrong error message with inout method
Feb 18, 2019
RazvanN
Feb 19, 2019
RazvanN
February 18, 2019
https://issues.dlang.org/show_bug.cgi?id=19678

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |regression

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Regression since 2.062

--
February 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19678

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
This is fixed in master by : https://github.com/dlang/dmd/pull/9102 .

Closing as fixed.

--
February 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19678

--- Comment #3 from thomas.bockman@gmail.com ---
Yes, I can confirm this is fixed in nightly. Thanks!

--