error[E0792]: expected generic type parameter, found `()` --> $DIR/issue-68368-non-defining-use.rs:9:29 | LL | type Alias<'a, U> = impl Trait; | - this generic parameter must be used with a generic type parameter LL | LL | fn f<'a>() -> Alias<'a, ()> {} | ^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0792`.