Bump deprecation of std's PanicInfo alias to 1.82.0. · model-checking/verify-rust-std@0503ca7 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 0503ca7

Bump deprecation of std's PanicInfo alias to 1.82.0.

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ use crate::thread::Result;
12 12
13 13 #[stable(feature = "panic_hooks", since = "1.10.0")]
14 14 #[deprecated(
15 - since = "1.80.0",
15 + since = "1.82.0",
16 16 note = "use `PanicHookInfo` instead",
17 17 suggestion = "std::panic::PanicHookInfo"
18 18 )]