mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
98226638fd
Print failure message on all tests that should panic, but don't Fixes #80861. Tests with the `#[should_panic]` attribute should always print a failure message if no panic occurs, regardless of whether or not an `expected` panic message is specified.