mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:37:12 +00:00
Don't forget to normalize the translated message This PR adds a missing call to `normalize_whitespace` after translating an label. Fixes https://github.com/rust-lang/rust/issues/115498