rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
99.24k stars 12.81k forks source link

compiletest output newlines are weird #133879

Closed matthiaskrgr closed 7 hours ago

matthiaskrgr commented 17 hours ago

acabb5248231987ae1f0c215208d1005a5db402d

Image

matthiaskrgr commented 17 hours ago

https://github.com/rust-lang/rust/pull/133817 seems suspicious cc @clubby789 @jieyouxu

fmease commented 17 hours ago

Likely missed to replace print!(…)s with eprint!(…) (having replaced println!(…)s with eprintln!(…)).

clubby789 commented 15 hours ago

Ah good point. Will make a followup

jieyouxu commented 11 hours ago

Revert PR: https://github.com/rust-lang/rust/pull/133892