[Issue 20130] ICE when casting from string to other array type due to __ArrayCast not being written
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 12 00:54:41 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20130
--- Comment #3 from Basile-z <b2.temp at gmx.com> ---
another one, same problem:
---
void main()
{
auto data = cast(const char[5][]) "qwert";
}
---
--
More information about the Digitalmars-d-bugs
mailing list