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

Consider whether to use "C-unwind" calling convention instead of "C" #355

Open
daira opened this issue Mar 15, 2021 · 1 comment
Open

Consider whether to use "C-unwind" calling convention instead of "C" #355

daira opened this issue Mar 15, 2021 · 1 comment
Assignees

Comments

@daira
Copy link
Contributor

daira commented Mar 15, 2021

See rust-lang/rust#76570 and this documentation.

unwind

@daira daira self-assigned this May 24, 2021
@daira
Copy link
Contributor Author

daira commented May 24, 2021

I strongly think we should make this change. It's basically just a search-and-replace of extern "C" to extern "C-unwind" in Rust code. (See however rust-lang/rust#83116 .)

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

No branches or pull requests

1 participant