Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-lifetime-capture-rules-2024.rs
blob: c06107e66a76caf497488d90fe4a0136bbaeb50b [
file
] [
log
] [
blame
]
fn
foo
(
x
:
&
Vec
<
i32
>)
->
impl
Sized
{
x
//~^ ERROR hidden type for `impl Sized` captures lifetime that does not appear in bounds
}
fn
main
()
{}