mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 09:17:51 +00:00
Logging goes to stderr, not stdout, so we should base our automated detection on stderr instead of stdout. Thanks to Ralf Jung for noticing and reporting the bug!