https://issues.dlang.org/show_bug.cgi?id=20130 --- Comment #2 from Basile-z <b2.temp at gmx.com> --- little error in the reduced TC. Take this one. ---- void main() { enum string a = "a"; auto array = cast(uint[])a; } ---- --