rust/compiler
Matthias Krüger ea679fb674
Rollup merge of #108038 - eggyal:remove_needless_supertrait_constraints, r=lcnr
Remove needless supertrait constraints from Interner projections

These associated types are already all constrained to implement `Ord`, so specifically requiring its supertraits `Eq`, `PartialEq` and `PartialOrd` is superfluous.
2023-02-14 18:02:55 +01:00
..
2023-02-06 17:40:18 +03:00
2023-02-02 07:47:39 +01:00
2023-02-14 12:13:05 +00:00