Home
last modified time | relevance | path

Searched defs:note_span (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_infer/src/traits/error_reporting/
Dmod.rs88 let mut note_span = MultiSpan::from_spans(multi_span.clone()); in report_object_safety_error() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dcollapsible_calls.rs227 let note_span = if with_span { in suggest_note() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Derrors.rs236 let note_span = if item.is_local() { in note_ambiguous_inherent_assoc_type() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/
Derrors.rs616 pub note_span: Span, field
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dsuggest.rs1192 let note_span = if item.def_id.is_local() { in note_candidates_on_method_error() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Ddiagnostics.rs1712 let mut note_span = MultiSpan::from_span(def_span); in report_privacy_error() localVariable