[Issue 14998] Cannot put a char into a char[]

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 1 08:20:00 PST 2015


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

--- Comment #4 from schneider.cedric at gmx.de ---
If the error message had read "Cannot put a char into a char[] because it is a
range of dchar" this issue would not exist.

So, proper resolution of this issue would be improving the error message, as
"cannot put a char into a char[]" is somewhat confusing, especially if you're
less familiar with the language (like me).

--


More information about the Digitalmars-d-bugs mailing list