Function rustc_infer::error_reporting::infer::region::label_msg_span

source ยท
fn label_msg_span(
    err: &mut Diag<'_>,
    prefix: &str,
    description: String,
    span: Option<Span>,
    suffix: &str,
)