Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use C-unwind in bindgen, mandatory as of rust 1.81 #11

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

tigercat2000
Copy link
Collaborator

Rust 1.81 actually aborts the program if an unwind happens across an extern "C" boundary, see rust-lang/rust#116088

So it's important we actually do this correctly now, following meowtonin.

@tigercat2000 tigercat2000 merged commit 30cd47b into spacestation13:main Sep 7, 2024
5 checks passed
@tigercat2000 tigercat2000 deleted the use-unwind branch September 7, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant