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

Allow Trait inheritance with cycles on associated types take 2 #80732

Merged
merged 4 commits into from
Feb 9, 2021

Commits on Feb 5, 2021

  1. Revert "Auto merge of rust-lang#79637 - spastorino:revert-trait-inher…

    …itance-self, r=Mark-Simulacrum"
    
    This reverts commit b4def89, reversing
    changes made to 7dc1e85.
    spastorino committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7aa602b View commit details
    Browse the repository at this point in the history
  2. Add regression test for ICE that happened on incr comp

    An ICE happened when certain code is compiled in incremental compilation
    mode and there are two `Ident`s that have the same `StableHash` value
    but are considered different by `Eq` and `Hash`.
    
    The `Ident` issue is now fixed.
    spastorino committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7b69987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd09255 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    8d17c6a View commit details
    Browse the repository at this point in the history