We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea6b03 commit 0503ca7Copy full SHA for 0503ca7
std/src/panic.rs
@@ -12,7 +12,7 @@ use crate::thread::Result;
12
13
#[stable(feature = "panic_hooks", since = "1.10.0")]
14
#[deprecated(
15
- since = "1.80.0",
+ since = "1.82.0",
16
note = "use `PanicHookInfo` instead",
17
suggestion = "std::panic::PanicHookInfo"
18
)]
0 commit comments