```d struct S { @disable this(this); } void fun() { S[] s; auto c = s.capacity; } ``` Introduced in https://github.com/dlang/dmd/pull/21143
Introduced in #21143