```d struct S { @disable this(this); } struct Item { S s; } void main() { Item[] arr; arr.length++; } ``` Introduced in https://github.com/dlang/dmd/pull/21151