error: type parameter `T` is part of concrete type but not used in parameter list for the `impl Trait` type alias --> $DIR/issue-53598.rs:20:42 | LL | fn foo(_: T) -> Self::Item { | __________________________________________^ LL | | LL | | S::(Default::default()) LL | | } | |_____^ error: aborting due to previous error