https://issues.dlang.org/show_bug.cgi?id=14838
--- Comment #5 from Martin Nowak <[email protected]> --- And struct postblits. struct Array(T) { this(this) @safe {} } struct Test { Array!int[1] array; } ---- bug2.d(2): Error: safe function 'bug2.Test.__fieldPostblit' cannot call system function 'object.TypeInfo_StaticArray.postblit' ---- --
