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

silence mismatched types errors for implied projections #121863

Merged

Commits on Mar 4, 2024

  1. add test for assoc type mismatch in supertrait

    Lukas Markeffsky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6fa58be View commit details
    Browse the repository at this point in the history
  2. adjust obligation spans for super projections

    Lukas Markeffsky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    189e784 View commit details
    Browse the repository at this point in the history
  3. rename ast_* to hir_* in wfcheck

    Lukas Markeffsky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    443c816 View commit details
    Browse the repository at this point in the history
  4. suppress fulfillment errors for super projections

    Lukas Markeffsky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aa55f6d View commit details
    Browse the repository at this point in the history
  5. address review feedback

    Lukas Markeffsky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6bd970d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. improve debug logging

    Lukas Markeffsky committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    db48b93 View commit details
    Browse the repository at this point in the history