Home
last modified time | relevance | path

Searched refs:labels_in_fn (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/late/
H A Dlifetimes.rs182 labels_in_fn: Vec<Ident>, field
462 labels_in_fn: vec![], in do_resolve()
674 let saved = take(&mut self.labels_in_fn); in visit_nested_body()
680 self.labels_in_fn = saved; in visit_nested_body()
1608 labels_in_fn: &'a mut Vec<Ident>, in extract_labels() field
1612 GatherLabels { tcx: ctxt.tcx, scope: ctxt.scope, labels_in_fn: &mut ctxt.labels_in_fn }; in extract_labels()
1638 self.labels_in_fn.push(label); in extract_labels()
1837 let labels_in_fn = take(&mut self.labels_in_fn); in with() localVariable
1847 labels_in_fn, in with()
1860 self.labels_in_fn = this.labels_in_fn; in with()
[all …]