Add tracking issue number for panic_any.

This commit is contained in:
Mara Bos 2020-10-28 21:23:45 +01:00
parent a9d334d386
commit b48fee010c

View File

@ -31,7 +31,7 @@
/// accessed later using [`PanicInfo::payload`].
///
/// See the [`panic!`] macro for more information about panicking.
#[unstable(feature = "panic_any", issue = "none")]
#[unstable(feature = "panic_any", issue = "78500")]
#[inline]
pub fn panic_any<M: Any + Send>(msg: M) -> ! {
crate::panicking::begin_panic(msg);