Skip to content

Commit

Permalink
Add tracking issue number for panic_any.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Oct 28, 2020
1 parent a9d334d commit b48fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/panic.rs
Expand Up @@ -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);
Expand Down

0 comments on commit b48fee0

Please sign in to comment.