https://issues.dlang.org/show_bug.cgi?id=21098
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @NilsLankila created dlang/dmd pull request #11602 "fix issue 21098 - Add specific diagnostic for failed assign from StringExp" fixing this issue: - fix issue 21098 - Add specific diagnostic for failed assign from StringExp Because assigning a literal to `char*` or a `char[]` is almost correct, add a supplemental error message that suggests to use a const/immtable type. https://github.com/dlang/dmd/pull/11602 --
