mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
f873ae029e
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