mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 10:24:16 +00:00
Move deprecation of std::panic::PanicInfo to 1.80.0.
This commit is contained in:
parent
3854357ad2
commit
f5fe82fdca
@ -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"
|
||||
)]
|
||||
|
Loading…
Reference in New Issue
Block a user