This should be allowed: ```D struct Data { int a; int b; int c; @disable this(); } my_fun( Data { c: 1 } ); ```