https://issues.dlang.org/show_bug.cgi?id=24440
--- Comment #3 from Ivan Kazmenko <ga...@mail.ru> --- Originally got hit by it in my toy language project which I use to teach parallel computing. It maintains a three-dimensional array to store queues of messages between different simulated processes. For now, circumvented the issue by transforming it to a two-dimensional array of structs containing arrays. https://github.com/GassaFM/interpr/commit/b959bb7870 Still, multidimensional arrays are a pretty core language feature. Can I expect it would work again at some point?.. Ivan Kazmenko. --