78dff07930477c9bb9378b7b3c2cef7d8807bc3d
The `TailCall` variant has been merged into `Call` by adding an `is_tail` boolean field. This simplifies the AST by reducing the number of node variants and makes it easier to handle tail call optimization. The `tco.rs` module is responsible for setting this flag when a call occurs in tail position.
Description
No description provided
Languages
Rust
100%