diff --git a/std/src/panic.rs b/std/src/panic.rs index 77defe14b708a..0f999f6a93e4a 100644 --- a/std/src/panic.rs +++ b/std/src/panic.rs @@ -12,7 +12,7 @@ use crate::thread::Result; #[stable(feature = "panic_hooks", since = "1.10.0")] #[deprecated( - since = "1.77.0", + since = "1.80.0", note = "use `PanicHookInfo` instead", suggestion = "std::panic::PanicHookInfo" )]