1
Fork 0

abort immediately on bad mem::zeroed/uninit

This commit is contained in:
Ralf Jung 2022-12-21 13:49:48 +01:00
parent 2d8651a927
commit 9f241b3a26
9 changed files with 55 additions and 34 deletions

View file

@ -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,