forked from gimli-rs/gimli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow recovery of unwinding contexts in the face of errors
Previously, we only enabled recovery of the unwinding context when operations would succeed. This commit enables recovery when operations fail as well. Things get a little funky because of the borrow checker, unfortunately.
- Loading branch information
Showing
1 changed file
with
161 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters