fn foo(x: &Vec) -> impl Sized { x //~^ ERROR hidden type for `impl Sized` captures lifetime that does not appear in bounds } fn main() {}