Skip to content

apply same rule to C and C-unwind in names_will_be_identical_after_mangling #3156

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

Merged
merged 1 commit into from
Jun 8, 2025

Conversation

usamoi
Copy link
Contributor

@usamoi usamoi commented Feb 25, 2025

fix #3155

This fixes the issue if ABI is overrided to C-unwind. For other ABIs, this is not available anyway because bindgen does not mark the calling convention in the generated C code.

@emilio emilio added this pull request to the merge queue Jun 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 8, 2025
@usamoi
Copy link
Contributor Author

usamoi commented Jun 8, 2025

clippy should be happy now

@emilio emilio added this pull request to the merge queue Jun 8, 2025
Merged via the queue into rust-lang:main with commit 187bcce Jun 8, 2025
34 checks passed
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.

if both override_abi and wrap_static_fns are used, targetting macos, wrap_static_fns does not work
2 participants