Commits
Click on a commit to change the comparison rangeperf(diagnostics): `Info::new` trim string in place (#12506)
Small optimization. `Info::new` trim message `String` in place, rather than creating a new `String` and dropping the old one.
Why doesn't Rust have `String::trim_in_place` and `String::trim_start_matches_in_place`?4 months ago
by overlookmotel