Function rustc_infer::infer::error_reporting::emit_msg_span

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