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

--- Comment #5 from anonymous4 <[email protected]> ---
char[] a(const int[] arr) pure @safe;
void b(const int[] arr) @safe
{
    char[] c=a(arr);
    string d=a(arr);
}

For this code dip1000 rejects the conversion to string too. How is it related
to dip1000?

--

Reply via email to