mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-11 21:08:16 +00:00
Return opaque type from PanicInfo::message() This changes the return type of the (unstable) PanicInfo::message() method to an opaque type (that implements Display). This allows for a bit more flexibility in the future. See https://github.com/rust-lang/rust/issues/66745