rust/compiler/rustc_infer/src
Matthias Krüger d34c4ca9be
Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dylan-DPC
Avoid some `&str` to `String` conversions with `MultiSpan::push_span_label`

This patch removes some`&str` to `String` conversions with `MultiSpan::push_span_label`.
2022-06-29 20:35:07 +02:00
..
infer Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dylan-DPC 2022-06-29 20:35:07 +02:00
traits avoid many &str to String conversions with MultiSpan::push_span_label 2022-06-29 21:16:43 +09:00
lib.rs add new emit_inference_failure_err 2022-06-02 10:19:15 +02:00