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 16201da commit a9d334dCopy full SHA for a9d334d
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_box", issue = "none")]
+#[unstable(feature = "panic_any", issue = "none")]
35
#[inline]
36
pub fn panic_any<M: Any + Send>(msg: M) -> ! {
37
crate::panicking::begin_panic(msg);
0 commit comments