Files
RustAst/src
Brummel 273dc83d68 Refactor if-else binding scope management
The explicit scope management within the `if`/`else` binding logic was
redundant.
The `bind` function recursively handles scope creation and destruction
for
expressions, making manual scope manipulation here unnecessary and
error-prone.
2026-03-26 12:19:33 +01:00
..
2026-03-25 19:33:07 +01:00