mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
00dae097c4
Previously, it was quite hard to get access to this output because it was printed to a buffer in memory and then discarded. This output is already hidden behind libtest's output capturing, we don't need to hide it twice.