We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143e4c4 commit c4dea81Copy full SHA for c4dea81
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.77.0",
+ since = "1.80.0",
16
note = "use `PanicHookInfo` instead",
17
suggestion = "std::panic::PanicHookInfo"
18
)]
0 commit comments