https://issues.dlang.org/show_bug.cgi?id=20130
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All OS|Linux |All --- Comment #1 from Basile-z <[email protected]> --- this is an __ArrayCast that's not written. Can be more simply reproduced with void main() { enum string a = "a"; immutable array = cast(uint[])a; } casting from strings is seriously broken (import() gives a string) --
