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

Fix duplicated function names #2341

Merged
merged 1 commit into from Nov 11, 2022

Conversation

pvdrz
Copy link
Contributor

@pvdrz pvdrz commented Nov 9, 2022

Even though this change does name deduplication in a slower way, it avoids name collisions without any breaking changes in the test suite.

Fixes #2202

Even though this change does name deduplication in a slower way, it
avoids name collisions without any breaking changes in the test suite.

Fixes rust-lang#2202
@pvdrz pvdrz requested a review from emilio November 9, 2022 19:03
@pvdrz pvdrz merged commit 67dfa7e into rust-lang:master Nov 11, 2022
@pvdrz pvdrz deleted the duplicated-definition-count branch November 11, 2022 16:48
LoganBarnett pushed a commit to LoganBarnett/rust-bindgen that referenced this pull request Dec 2, 2023
Even though this change does name deduplication in a slower way, it
avoids name collisions without any breaking changes in the test suite.

Fixes rust-lang#2202
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.

Duplicate definitions for Write1
1 participant