mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

When there is a panic in an extensive test, tracing down where it came from can be difficult since no information is provides (messeges are e.g. "attempted to subtract with overflow"). Resolve this by calling the functions within `panic::catch_unwind`, printing the input, and continuing.