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