rust/compiler/rustc_parse/src
Matthias Krüger 3723b309c0
Rollup merge of #113994 - nyurik:parser-fmt-ref, r=davidtwco
Optimize format usage

Per #112156, using `&` in `format!` may cause a small perf delay, so I tried to clean up one module at a time format usage. This PR includes a few removals of the ref in format (they do compile locally without the ref), as well as a few format inlining for consistency.
2023-07-24 17:47:10 +02:00
..
lexer fix some clippy::style findings 2023-07-23 23:36:56 +02:00
parser Optimize format usage 2023-07-24 00:18:52 -04:00
errors.rs Add suggestion for bad block fragment error 2023-06-23 19:18:20 +00:00
lib.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
validate_attr.rs Optimize format usage 2023-07-24 00:18:52 -04:00