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

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

model-checking / verify-rust-std Public

forked from rust-lang/rust

Additional navigation options

Commit 0503ca7

Browse files

m-ou-sem-ou-se

committed

Bump deprecation of std's PanicInfo alias to 1.82.0.

1 parent fea6b03 commit 0503ca7

File tree

1 file changed

1

-

1

lines changed

1 file changed

1

-

1

lines changed

‎std/src/panic.rs‎

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 )]

0 commit comments

Comments

(0)