add std::panic::abort_unwind · qinheping/verify-rust-std@9c71d4e (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

qinheping / verify-rust-std Public

forked from model-checking/verify-rust-std

Additional navigation options

Commit 9c71d4e

Browse files

CAD97CAD97

authored

add std::panic::abort_unwind

1 parent 91ebe06 commit 9c71d4e

File tree

1 file changed

3

-

0

lines changed

1 file changed

3

-

0

lines changed

‎std/src/panic.rs‎

Lines changed: 3 additions & 0 deletions

Original file line number Diff line number Diff line change
@@ -283,6 +283,9 @@ where
283 283 {
284 284 }
285 285
286 +#[unstable(feature = "abort_unwind", issue = "130338")]
287 +pub use core::panic::abort_unwind;
288 +
286 289 /// Invokes a closure, capturing the cause of an unwinding panic if one occurs.
287 290 ///
288 291 /// This function will return `Ok` with the closure's result if the closure

0 commit comments

Comments

(0)