Searched refs:labels_in_fn (Results 1 – 1 of 1) sorted by relevance
182 labels_in_fn: Vec<Ident>, field462 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() field1612 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() localVariable1847 labels_in_fn, in with()1860 self.labels_in_fn = this.labels_in_fn; in with()[all …]