Skip to content

Commit b2c7227

Browse files
committed
Add tracking issue number for panic_any.
1 parent 8d3a1f6 commit b2c7227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub use core::panic::{Location, PanicInfo};
3131
/// accessed later using [`PanicInfo::payload`].
3232
///
3333
/// See the [`panic!`] macro for more information about panicking.
34-
#[unstable(feature = "panic_any", issue = "none")]
34+
#[unstable(feature = "panic_any", issue = "78500")]
3535
#[inline]
3636
pub fn panic_any<M: Any + Send>(msg: M) -> ! {
3737
crate::panicking::begin_panic(msg);

0 commit comments

Comments
 (0)