rust/compiler/rustc_mir_build/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
..
build Do not use a suggestion to change a binding's name to a type 2022-06-28 22:34:13 +00:00
thir avoid many &str to String conversions with MultiSpan::push_span_label 2022-06-29 21:16:43 +09:00
check_unsafety.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
lib.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
lints.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00