rust/compiler/rustc_parse/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
..
lexer remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
parser Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dylan-DPC 2022-06-29 20:35:07 +02:00
lib.rs various: add rustc_lint_diagnostics to diag fns 2022-06-27 08:32:06 +01:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00