Files
rust/compiler/rustc_ty_utils/src
Matthias Krüger 7193ce0061 Rollup merge of #122237 - fee1-dead-contrib:rmord, r=compiler-errors
Remove `Ord` from `ClosureKind`

Using `Ord` to accomplish a meaning of subset relationship can be hard to read. The existing uses for that are easily replaced with a `match`, and in my opinion, more readable without needing to resorting to comments to explain the intention.

cc `@compiler-errors`
2024-03-09 16:21:21 +01:00
..
2024-01-29 07:41:41 +11:00
2024-03-09 21:16:43 +08:00
2024-02-12 15:46:35 +09:00
2024-01-24 07:56:23 +01:00