rust/compiler/rustc_errors
bors 8c7e0e1608 Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelix
Change output normalization logic to be linear against size of output

Modify the rendered output normalization routine to scan each character *once* and construct a `String` to be printed out to the terminal *once*, instead of using `String::replace` in a loop multiple times. The output doesn't change, but the time spent to prepare a diagnostic is now faster (or rather, closer to what it was before #127528).
2024-08-06 03:44:38 +00:00
..
src Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelix 2024-08-06 03:44:38 +00:00
Cargo.toml Use fold instead of flat_map 2024-07-29 19:03:25 +00:00
messages.ftl Implement diagnostic translation for expected lifetime parameter message 2023-07-07 15:56:01 +09:00