Files
RustAst/src/ast
Michael Schimmel 1f5aefb216 Remove redundant tail call resolution
The `resolve_tail_calls` function is being called twice in some
execution paths, which is unnecessary and can lead to incorrect
behavior. This commit removes the redundant calls and simplifies the
execution flow.
2026-03-06 12:45:08 +01:00
..
2026-03-06 12:07:39 +01:00
2026-02-22 02:35:06 +01:00
2026-03-02 23:12:51 +01:00
2026-03-02 23:12:51 +01:00
2026-03-02 23:13:36 +01:00
2026-03-05 14:07:42 +01:00
2026-03-06 12:45:08 +01:00