about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/panic.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libcore/panic.rs b/src/libcore/panic.rs
index aa81a7d402d..6185f11e466 100644
--- a/src/libcore/panic.rs
+++ b/src/libcore/panic.rs
@@ -1,8 +1,6 @@
 //! Panic support in the standard library.
 
-#![unstable(feature = "core_panic_info",
-            reason = "newly available in libcore",
-            issue = "44489")]
+#![stable(feature = "core_panic_info", since = "1.41.0")]
 
 use crate::any::Any;
 use crate::fmt;