Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmove_errors.rs497 use_spans.args_span_label(err, format!("move out of {} occurs here", place_desc)); in add_move_hints()
H A Dconflict_errors.rs1136 borrow_spans.args_span_label(&mut err, format!("value captured here{}", within)); in report_local_value_does_not_live_long_enough()
1295 borrow_spans.args_span_label(&mut err, format!("value captured here{}", within)); in report_temporary_value_does_not_live_long_enough()
H A Dmod.rs643 pub(super) fn args_span_label( in args_span_label() method