Files
rust/compiler
Zalathar ad575b093b Replace a magic boolean with enum DeclareLetBindings
The new enum `DeclareLetBindings` has three variants:
- `Yes`: Declare `let` bindings as normal, for `if` conditions.
- `No`: Don't declare bindings, for match guards and let-else.
- `LetNotPermitted`: Assert that `let` expressions should not occur.
2024-06-30 18:55:39 +10:00
..
2024-06-27 15:19:08 -04:00
2024-06-28 15:44:20 +00:00
2024-06-27 12:03:57 -04:00
2024-06-28 15:44:20 +00:00
2024-06-28 15:44:20 +00:00