Commit 23461fd
authored
Rollup merge of rust-lang#118262 - spastorino:relate-iats-using-eq, r=compiler-errors
Relate Inherent Associated Types using eq
We should call `eq` instead of `sup` as we're relating `Ty` directly and not `Binder<TraitRef>`.
This is part of rust-lang#118118 but unrelated to that PR.
r? `@compiler-errors` `@lcnr`1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1674 | 1674 | | |
1675 | 1675 | | |
1676 | 1676 | | |
1677 | | - | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
| 1677 | + | |
1681 | 1678 | | |
1682 | 1679 | | |
1683 | 1680 | | |
| |||
0 commit comments