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

Andre <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Andre <[email protected]> ---
This issue is also reproducible with std.conv: text

import std.conv: text;
import std.typecons;

struct Foo
{
        Nullable!string bar;
}

void main()
{
    string s = Foo().text;        
}

--

Reply via email to