blob: c06107e66a76caf497488d90fe4a0136bbaeb50b [file] [log] [blame] [edit]
fn foo(x: &Vec<i32>) -> impl Sized {
x
//~^ ERROR hidden type for `impl Sized` captures lifetime that does not appear in bounds
}
fn main() {}