rust/compiler/rustc_errors
Yuri Astrakhan e36b901933 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 00:08:09 -04:00
..
src Optimize format usage 2023-07-24 00:08:09 -04:00
Cargo.toml Add a simple markdown parser for formatting rustc --explain 2023-07-03 16:04:18 -04:00
messages.ftl Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00