We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03fe84 commit 230d5b1Copy full SHA for 230d5b1
library/std/src/panic.rs
@@ -31,7 +31,7 @@ pub use core::panic::{Location, PanicInfo};
31
/// accessed later using [`PanicInfo::payload`].
32
///
33
/// See the [`panic!`] macro for more information about panicking.
34
-#[unstable(feature = "panic_any", issue = "78500")]
+#[stable(feature = "panic_any", since = "1.51.0")]
35
#[inline]
36
pub fn panic_any<M: Any + Send>(msg: M) -> ! {
37
crate::panicking::begin_panic(msg);
0 commit comments