abort immediately on bad mem::zeroed/uninit
This commit is contained in:
parent
2d8651a927
commit
9f241b3a26
9 changed files with 55 additions and 34 deletions
|
@ -1041,6 +1041,7 @@ symbols! {
|
|||
panic_2021,
|
||||
panic_abort,
|
||||
panic_bounds_check,
|
||||
panic_cannot_unwind,
|
||||
panic_display,
|
||||
panic_fmt,
|
||||
panic_handler,
|
||||
|
@ -1048,7 +1049,7 @@ symbols! {
|
|||
panic_implementation,
|
||||
panic_info,
|
||||
panic_location,
|
||||
panic_no_unwind,
|
||||
panic_nounwind,
|
||||
panic_runtime,
|
||||
panic_str,
|
||||
panic_unwind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue