rust-lang / rust

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

compiletest output newlines are weird #133879

Closed matthiaskrgr closed 21 hours ago

matthiaskrgr commented 1 day ago

acabb5248231987ae1f0c215208d1005a5db402d

Image

matthiaskrgr commented 1 day ago

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

fmease commented 1 day ago

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

clubby789 commented 1 day ago

Ah good point. Will make a followup

jieyouxu commented 1 day ago

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