Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs984 macro_expanded_macro_export_errors: BTreeSet<(Span, Span)>, field
1319 macro_expanded_macro_export_errors: BTreeSet::new(), in new()
Dident.rs916 self.macro_expanded_macro_export_errors.insert((path_span, binding.span)); in resolve_ident_in_module_unadjusted_ext()
Ddiagnostics.rs125 for &(span_use, span_def) in &self.macro_expanded_macro_export_errors { in report_errors()