// check-pass // compile-flags: -Ztrait-solver=next fn test(x: T::Item) -> impl Sized { x } fn main() {}