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

Commits on Nov 9, 2022

  1. Fix duplicated function names

    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 committed Nov 9, 2022
    Copy the full SHA
    2486eb2 View commit details
    Browse the repository at this point in the history