blob: 23105026964c1d33c5274132d3215e0f110f48ca [file] [log] [blame]
error: at least one trait must be specified
--> $DIR/unused_generic_param.rs:6:33
|
LL | type PartiallyDefined<T> = impl 'static;
| ^^^^^^^
error: at least one trait must be specified
--> $DIR/unused_generic_param.rs:13:34
|
LL | type PartiallyDefined2<T> = impl 'static;
| ^^^^^^^
error: aborting due to 2 previous errors