Skip to content

Commit 9c71d4e

Browse files
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

+3
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ where
283283
{
284284
}
285285

286+
#[unstable(feature = "abort_unwind", issue = "130338")]
287+
pub use core::panic::abort_unwind;
288+
286289
/// Invokes a closure, capturing the cause of an unwinding panic if one occurs.
287290
///
288291
/// This function will return `Ok` with the closure's result if the closure

0 commit comments

Comments
 (0)