mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
36c274aa38
Add a command line flag to avoid printing to stdout and stderr This is practical for tests that don't actually care about the output and thus don't want it intermingled with miri's warnings, errors or ICEs fixes #2083