error[E0792]: expected generic type parameter, found `::Assoc` --> $DIR/bound_reduction2.rs:16:5 | LL | type Foo = impl Trait; | - this generic parameter must be used with a generic type parameter ... LL | () | ^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0792`.