Add PanicInfo::can_unwind which indicates whether a panic handler is
allowed to trigger unwinding.
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user