rust/compiler
bors 75726cae37 Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726
Make associated type bounds in supertrait position implied

`trait A: B<Assoc: C> {}` should be able to imply both `Self: B` and `<Self as B>::Assoc: C`. Adjust the way that we collect implied predicates to do so.

Fixes #112573
Fixes #112568
2023-06-28 23:58:28 +00:00
..
2023-06-27 22:12:29 +09:00
2023-06-26 23:12:04 +00:00
2023-06-28 01:55:32 -04:00
2023-06-26 23:12:04 +00:00
2023-06-26 23:12:04 +00:00