Sign in
rust
/
rust
/
df2fe313d44bcc008331a0b01662cfdcaa0ecc90
/
.
/
tests
/
ui
/
lifetimes
/
nested.rs
blob: 2d1b963d8d02d4a4e9de22e810878aa3af1d228e [
file
]
//@ check-pass
fn
method
<
'a>(_i: &'
a i32
)
{
fn
inner
<
'a>(_j: &'
a f32
)
{}
}
fn
main
()
{}