1
Fork 0

Add PanicInfo::can_unwind which indicates whether a panic handler is

allowed to trigger unwinding.
This commit is contained in:
Amanieu d'Antras 2021-12-19 00:43:46 +01:00
parent bd3cb52565
commit 528c4f9158
4 changed files with 31 additions and 10 deletions

View file

@ -312,6 +312,7 @@
#![feature(once_cell)]
#![feature(panic_info_message)]
#![feature(panic_internals)]
#![feature(panic_can_unwind)]
#![feature(panic_unwind)]
#![feature(pin_static_ref)]
#![feature(portable_simd)]