Searched refs:macro_expanded_macro_export_errors (Results 1 – 3 of 3) sorted by relevance
984 macro_expanded_macro_export_errors: BTreeSet<(Span, Span)>, field1319 macro_expanded_macro_export_errors: BTreeSet::new(), in new()
916 self.macro_expanded_macro_export_errors.insert((path_span, binding.span)); in resolve_ident_in_module_unadjusted_ext()
125 for &(span_use, span_def) in &self.macro_expanded_macro_export_errors { in report_errors()