diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2024-05-16 13:08:40 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2024-06-11 15:47:00 +0200 |
| commit | a345c3daf65857fb12926c3c5f4c9d8e2ca00f00 (patch) | |
| tree | bde03cf500de35bf0a8830212b0c41dd94b4bc55 /library/std/src | |
| parent | de07c1a928b3a1e6e12946c9d9d0ff47c2310ead (diff) | |
| download | rust-a345c3daf65857fb12926c3c5f4c9d8e2ca00f00.tar.gz rust-a345c3daf65857fb12926c3c5f4c9d8e2ca00f00.zip | |
Bump deprecation of std's PanicInfo alias to 1.82.0.
Diffstat (limited to 'library/std/src')
| -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 f1b45b18630..5282c00fcca 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.80.0", + since = "1.82.0", note = "use `PanicHookInfo` instead", suggestion = "std::panic::PanicHookInfo" )] |
