https://issues.dlang.org/show_bug.cgi?id=14850 --- Comment #4 from Nick Treleaven <nick at geany.org> --- Also, concatenation of static arrays could be allowed with @nogc iff assigned to a static array. Currently that errors. --