mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-23 14:37:09 +00:00
8 lines
94 B
Rust
8 lines
94 B
Rust
//@ check-pass
|
|
|
|
fn method<'a>(_i: &'a i32) {
|
|
fn inner<'a>(_j: &'a f32) {}
|
|
}
|
|
|
|
fn main() {}
|