Skip to content

Commit

Permalink
Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-er…
Browse files Browse the repository at this point in the history
…rors

properly elaborate effects implied bounds for super traits

Summary: This PR makes it so that we elaborate `<T as Tr>::Fx: EffectsCompat<somebool>` into `<T as SuperTr>::Fx: EffectsCompat<somebool>` when we know that `trait Tr: ~const SuperTr`.

Some discussion at rust-lang/project-const-traits#2.

r? project-const-traits
`@rust-lang/project-const-traits:` how do we feel about this approach?
  • Loading branch information
bors committed Sep 30, 2024
2 parents 4c9db05 + 080eb0d commit 9ba9759
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9ba9759

Please sign in to comment.