Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Dimports.rs153 pub use_span: Span, field
/third_party/rust/rust/compiler/rustc_lint/src/
Dcontext.rs869 let use_span = sess.source_map().span_extend_while( in lookup_with_diagnostics() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/collect/
Dresolve_bound_vars.rs1434 let use_span = self.tcx.hir().span(hir_id); in resolve_type_ref() localVariable
/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs1195 let use_span = in suggest_using_local_if_applicable() localVariable