os-rust/compiler/rustc_errors
Esteban Küber 6d9ee6ee26 Change output normalization logic to be linear against size of output
Scan strings to be normalized for printing in a linear scan and collect
the resulting `String` only once.

Use a binary search when looking for chars to be replaced, instead of a
`HashMap::get`.
2024-07-29 18:40:58 +00:00
..
src Change output normalization logic to be linear against size of output 2024-07-29 18:40:58 +00:00
Cargo.toml Change output normalization logic to be linear against size of output 2024-07-29 18:40:58 +00:00
messages.ftl Implement diagnostic translation for expected lifetime parameter message 2023-07-07 15:56:01 +09:00