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

Suggest changing type to const parameters if we encounter a type in the trait bound position #120570

Merged
merged 2 commits into from
Feb 4, 2024

Commits on Feb 2, 2024

  1. Clean up some things in the name resolver

    * Get rid of a typo in a function name
    * Rename `currently_processing_generics`: The old name confused me at first since
      I assumed it referred to generic *parameters* when it was in fact referring to
      generic *arguments*. Generics are typically short for generic params.
    * Get rid of a few unwraps by properly leveraging slice patterns
    fmease committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3f7b1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5906237 View commit details
    Browse the repository at this point in the history