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

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #3 from RazvanN <[email protected]> ---
The error message is now: 

test.d(6): Error: constructor
`std.typecons.Nullable!(int[5]).Nullable.this(inout(int[5]) value) inout` is
not callable using argument types `(int[])`
test.d(6):        cannot pass argument `a` of type `int[]` to parameter
`inout(int[5]) value`
test.d(10): Error: constructor
`std.typecons.Nullable!(int[5]).Nullable.this(inout(int[5]) value) inout` is
not callable using argument types `(immutable(int[]))`
test.d(10):        cannot pass argument `b` of type `immutable(int)[]` to
parameter `inout(int[5]) value`

--

Reply via email to