Move deprecation of std::panic::PanicInfo to 1.80.0. · model-checking/verify-rust-std@c4dea81 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit c4dea81

Move deprecation of std::panic::PanicInfo to 1.80.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.77.0",
15 + since = "1.80.0",
16 16 note = "use `PanicHookInfo` instead",
17 17 suggestion = "std::panic::PanicHookInfo"
18 18 )]