Skip to content

Commit 392e5a7

Browse files
committed
Fix the tracking issue number for PanicInfo::message
#44489 was closed when the `#[panic_handler]` attribute was stabilized.
1 parent 6ddcf50 commit 392e5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl<'a> PanicInfo<'a> {
9494
/// returns that message ready to be used for example with [`fmt::write`]
9595
///
9696
/// [`fmt::write`]: ../fmt/fn.write.html
97-
#[unstable(feature = "panic_info_message", issue = "44489")]
97+
#[unstable(feature = "panic_info_message", issue = "66745")]
9898
pub fn message(&self) -> Option<&fmt::Arguments<'_>> {
9999
self.message
100100
}

0 commit comments

Comments
 (0)