error: at least one trait must be specified --> $DIR/unused_generic_param.rs:9:28 | LL | type PartiallyDefined = impl 'static; | ^^^^^^^^^^^^ error: at least one trait must be specified --> $DIR/unused_generic_param.rs:16:29 | LL | type PartiallyDefined2 = impl 'static; | ^^^^^^^^^^^^ error: aborting due to 2 previous errors