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

Support the "C-unwind" ABI #864

Closed
wants to merge 3 commits into from
Closed

Support the "C-unwind" ABI #864

wants to merge 3 commits into from

Conversation

taeruh
Copy link
Contributor

@taeruh taeruh commented Aug 2, 2023

The "C-unwind" ABI string has been stabilized in Rust 1.71(cf. rust-lang/rust#74990 (comment)). This PR enables cbindgen to recognize these functions as C-compatible functions.

Also, I had to update the patch version of proc-macro2 in the lock file, because the nightly build failed. Maybe this should be done in Cargo.toml too?

The proc-macro2 crate with version 1.0.58 did not compile with
"rustc 1.73.0-nightly (d12c6e947 2023-08-01)".
@emilio emilio closed this in d8355da Sep 4, 2023
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.

None yet

2 participants