Skip to content

fix(capi): Change to use extern "C-unwind"#542

Merged
sorairolake merged 1 commit intodevelopfrom
fix-capi
Sep 7, 2024
Merged

fix(capi): Change to use extern "C-unwind"#542
sorairolake merged 1 commit intodevelopfrom
fix-capi

Conversation

@sorairolake
Copy link
Copy Markdown
Owner

Description

This is because the behavior of extern "C" functions has changed since Rust 1.81.0.

See https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#abort-on-uncaught-panics-in-extern-c-functions.

Closes #505

Additional context

Checklist

This is because the behavior of `extern "C"` functions has changed
since Rust 1.81.0.
@sorairolake sorairolake merged commit d0a2e55 into develop Sep 7, 2024
@sorairolake sorairolake deleted the fix-capi branch September 7, 2024 09:46
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.

panic runnin tests in abcrypt-capi

1 participant