https://issues.dlang.org/show_bug.cgi?id=20876
--- Comment #14 from Walter Bright <[email protected]> --- Even smaller test case: struct S { this(ref S) { } } struct T { S s; } void test() { T t; T u = t; } --
d-bugmail--- via Digitalmars-d-bugs Thu, 10 Oct 2024 15:17:11 -0700
https://issues.dlang.org/show_bug.cgi?id=20876
--- Comment #14 from Walter Bright <[email protected]> --- Even smaller test case: struct S { this(ref S) { } } struct T { S s; } void test() { T t; T u = t; } --