https://issues.dlang.org/show_bug.cgi?id=16117
Dicebot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dicebot <[email protected]> --- I am insisting that there is no bug and the error message is legit. This code doesn't compile either: ``` struct Foo{ @disable this(); } Foo[10] foo; // Error: variable test.foo default construction is disabled for type Foo[10] ``` --
