Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dnote_and_explain.rs126 let args_span = end_of_args.and_then(|args| args.span()); in note_and_explain_type_err() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dchecks.rs510 let args_span = error_span.trim_start(full_call_span).unwrap_or(error_span); in report_arg_errors() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Dmod.rs1272 … let args_span = assoc_segment.ident.span.shrink_to_hi().to(args.span_ext); in associated_path_to_ty() localVariable
/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs2303 let args_span = use_span.args_or_use(); in report_escaping_closure_capture() localVariable
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dexpr.rs787 let args_span = self.look_ahead(1, |t| t.span).to(span_after_type); in parse_assoc_op_cast() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs289 args_span: Span, field