mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
38e0d58d7d
I have verified that the test fails if stderr begins to contain output
by making sure the test fails when I add
eprintln!("some output on stderr");
to the compiler (I added it to `fn build_session()`).