Change TerminatorKind::Abort to call the panic handler instead of
aborting immediately. The panic handler is called with a special flag which forces it to abort after calling the panic hook.
This commit is contained in:
@@ -983,6 +983,7 @@ symbols! {
|
||||
panic_implementation,
|
||||
panic_info,
|
||||
panic_location,
|
||||
panic_no_unwind,
|
||||
panic_runtime,
|
||||
panic_str,
|
||||
panic_unwind,
|
||||
|
||||
Reference in New Issue
Block a user