mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 00:40:40 +00:00
No existing test failed if the [`panic!()`][1] of the `println!()`
family of functions was removed, or if its message was changed.
So add such a test.
[1] 104f4300cf/library/std/src/io/stdio.rs (L1007-L1009)