rust/compiler/rustc_parse
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
..
src Rollup merge of #113994 - nyurik:parser-fmt-ref, r=davidtwco 2023-07-24 17:47:10 +02:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Add suggestion for bad block fragment error 2023-06-23 19:18:20 +00:00