error[E0107]: this struct takes at least 2 type arguments but only 1 type argument was supplied --> $DIR/generic-impl-less-params-with-defaults.rs:11:5 | LL | Foo::::new(); | ^^^ ----- supplied 1 type argument | | | expected at least 2 type arguments | note: struct defined here, with at least 2 type parameters: `A`, `B` --> $DIR/generic-impl-less-params-with-defaults.rs:3:8 | LL | struct Foo( | ^^^ - - help: add missing type argument | LL | Foo::::new(); | ^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0107`.