We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PanicInfo::message
1 parent 6ddcf50 commit 392e5a7Copy full SHA for 392e5a7
src/libcore/panic.rs
@@ -94,7 +94,7 @@ impl<'a> PanicInfo<'a> {
94
/// returns that message ready to be used for example with [`fmt::write`]
95
///
96
/// [`fmt::write`]: ../fmt/fn.write.html
97
- #[unstable(feature = "panic_info_message", issue = "44489")]
+ #[unstable(feature = "panic_info_message", issue = "66745")]
98
pub fn message(&self) -> Option<&fmt::Arguments<'_>> {
99
self.message
100
}
0 commit comments