Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dexplain_borrow.rs92 let capture_kind_label = message; in add_explanation_to_diagnostic() localVariable
95 format!("{}borrow later {}", borrow_desc, capture_kind_label), in add_explanation_to_diagnostic()
123 let capture_kind_label = message; in add_explanation_to_diagnostic() localVariable
126 format!("{}borrow later {}", borrow_desc, capture_kind_label), in add_explanation_to_diagnostic()
H A Dmod.rs676 let capture_kind_label = in var_span_label() localVariable
679 err.span_label(capture_kind_span, capture_kind_label); in var_span_label()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dupvar.rs1569 let capture_kind_label = in log_closure_min_capture_info() localVariable
1574 multi_span.push_span_label(capture_kind_span, capture_kind_label); in log_closure_min_capture_info()