about summary refs log tree commit diff
path: root/tests/coverage/async.rs
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-12-05 07:29:59 +0100
committerGitHub <noreply@github.com>2024-12-05 07:29:59 +0100
commit1f1dfd54eb7f20a91950188fdcc5534ab86a6d17 (patch)
treec899ab5642e8b24707f5a490ed7ea3d595a53952 /tests/coverage/async.rs
parent37c6b552542dfaec74aa4a767154977e1f9a2416 (diff)
parent5b75493d9958a519a743673a6707fd52af7cf3b7 (diff)
downloadrust-1f1dfd54eb7f20a91950188fdcc5534ab86a6d17.tar.gz
rust-1f1dfd54eb7f20a91950188fdcc5534ab86a6d17.zip
Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxu
Revert #133817

This reverts commit 0585134e709de4a14e509158662fa569c155c195, reversing changes made to 5530869e0ff21d69e0eef1a4c4fd1f25bcbe7fbf.

#133817 unfortunately only converted the `println!` instances to `eprintln!`, meaning that some test output (via compiletest/bootstrap) was messed up because stdout/stderr output interleaved improperly when some `println!` instances were converted to `eprintln!` instances, while some `print!` instances remain unchanged. This made reading test output annoying for contributors cc #133879.

Closes #133879 by reverting.

#133817 can be relanded in the future when `print!` instances are also matched with `println!` instances.

cc `@clubby789`

This is a clean revert so I'm going to self-approve this PR.
Diffstat (limited to 'tests/coverage/async.rs')
0 files changed, 0 insertions, 0 deletions