Add PanicInfo::can_unwind which indicates whether a panic handler is
allowed to trigger unwinding.
This commit is contained in:
parent
bd3cb52565
commit
528c4f9158
4 changed files with 31 additions and 10 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue