Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #149437 - ilammy:patch-1, r=Mark-Simulacrum
Fix trailing newline in JUnit formatter
`write_message()` expects messages to contain no newlines.
Fixes https://github.com/rust-lang/rust/issues/149436