diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2020-10-28 21:23:45 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2020-10-28 21:23:45 +0100 |
| commit | b48fee010c92dde304154ba45c0e41d396e60568 (patch) | |
| tree | 3791cda8b57c24e7a274204f6bd8e8ece59b3fc8 | |
| parent | a9d334d386e5abf79d8ee60f94bf32147b755c4c (diff) | |
Add tracking issue number for panic_any.
| -rw-r--r-- | library/std/src/panic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/panic.rs b/library/std/src/panic.rs index ad91933d651..d18b94b6c1a 100644 --- a/library/std/src/panic.rs +++ b/library/std/src/panic.rs @@ -31,7 +31,7 @@ pub use core::panic::{Location, PanicInfo}; /// 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); |
