diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2024-01-31 11:32:53 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2024-06-11 15:47:00 +0200 |
| commit | f5fe82fdcab33b4137b94014f05dd2986ea396ba (patch) | |
| tree | fa345baf86e00fc1a9633bfa4a472d66eb76f0a4 | |
| parent | 3854357ad2c164a87f7e625874d4cdc3ccd9cc33 (diff) | |
| download | rust-f5fe82fdcab33b4137b94014f05dd2986ea396ba.tar.gz rust-f5fe82fdcab33b4137b94014f05dd2986ea396ba.zip | |
Move deprecation of std::panic::PanicInfo to 1.80.0.
| -rw-r--r-- | library/std/src/panic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/panic.rs b/library/std/src/panic.rs index 77defe14b70..0f999f6a93e 100644 --- a/library/std/src/panic.rs +++ b/library/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" )] |
