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-03-08 08:19:17 +01:00
2024-03-08 23:20:29 -05:00
2024-03-08 13:22:26 +01:00
2024-03-08 08:19:17 +01:00
2024-03-08 13:22:26 +01:00
2024-03-08 13:22:26 +01:00
2024-03-08 20:41:29 +00:00
2024-03-08 08:19:17 +01:00
2024-03-08 21:02:04 +01:00
2024-03-08 21:02:01 +01:00
2024-03-09 13:08:55 +01:00
2024-03-09 16:21:17 +01:00
2024-03-08 19:08:13 +00:00
2024-03-08 08:19:17 +01:00
2024-03-08 08:19:20 +01:00
2024-03-09 13:08:55 +01:00
2024-03-09 16:21:21 +01:00
2024-03-08 13:22:26 +01:00
2024-03-09 00:24:14 +01:00
2024-03-09 16:21:15 +01:00
2024-03-09 01:13:42 +01:00
2024-03-08 08:19:20 +01:00
2024-03-09 16:21:17 +01:00
2024-03-09 16:21:21 +01:00
2024-03-08 08:19:17 +01:00
2024-03-08 08:19:17 +01:00
2024-03-08 09:34:05 +00:00
2024-03-08 08:19:17 +01:00
2024-03-09 16:21:16 +01:00
2024-03-08 08:19:17 +01:00
2024-03-09 01:14:22 +01:00
2024-03-09 00:24:14 +01:00
2024-03-08 08:19:17 +01:00
2024-03-08 08:19:17 +01:00
2024-03-09 16:21:20 +01:00
2024-03-08 21:02:01 +01:00
2024-03-09 12:02:25 +00:00
2024-03-09 16:21:21 +01:00
2024-03-09 21:16:43 +08:00