Matthias Krüger
958417fba1
Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-errors
...
Fix scoping for let chains in match guards
If let guards were previously represented as a different type of guard in HIR and THIR. This meant that let chains in match guards were not handled correctly because they were treated exactly like normal guards.
- Remove `hir::Guard` and `thir::Guard`.
- Make the scoping different between normal guards and if let guards also check for let chains.
closes #118593
2024-01-05 20:39:52 +01:00
..
2024-01-04 03:53:56 +03:00
2024-01-05 10:56:59 +00:00
2024-01-05 20:39:51 +01:00
2024-01-03 19:40:20 +11:00
2024-01-05 10:56:59 +00:00
2024-01-04 16:09:31 +11:00
2024-01-05 10:57:21 -05:00
2024-01-05 16:31:05 +00:00
2024-01-05 16:31:05 +00:00
2024-01-05 10:57:22 -05:00
2024-01-05 10:57:24 -05:00
2024-01-03 16:08:30 +01:00
2024-01-05 10:57:24 -05:00
2024-01-05 10:57:24 -05:00
2024-01-05 20:39:51 +01:00
2024-01-05 10:56:59 +00:00
2024-01-05 20:39:52 +01:00
2024-01-05 10:56:59 +00:00
2024-01-05 20:39:52 +01:00
2024-01-02 07:31:02 -05:00
2024-01-05 20:39:52 +01:00
2024-01-05 10:57:22 -05:00
2024-01-05 10:57:21 -05:00
2024-01-05 04:51:55 +00:00
2024-01-03 19:40:20 +11:00
2024-01-05 10:57:21 -05:00
2024-01-05 20:39:52 +01:00
2024-01-05 20:39:52 +01:00
2024-01-05 10:57:22 -05:00
2024-01-05 10:57:21 -05:00
2024-01-05 10:57:21 -05:00
2024-01-05 20:39:52 +01:00
2024-01-03 19:40:20 +11:00
2023-12-31 20:51:53 +00:00
2024-01-03 16:08:23 +01:00
2024-01-05 20:39:50 +01:00
2024-01-05 10:57:24 -05:00
2024-01-04 15:33:58 +01:00
2024-01-03 19:40:20 +11:00
2024-01-04 21:44:14 +00:00
2024-01-05 10:57:21 -05:00