Home
last modified time | relevance | path

Searched defs:function_lifetime_rib (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_resolve/src/
Dlate.rs2468 let mut function_lifetime_rib = LifetimeRib::new(lifetime_kind); in with_generic_param_rib() localVariable
2589 let function_lifetime_rib = self.lifetime_ribs.pop().unwrap(); in with_generic_param_rib() localVariable