Files
RustAst/examples
Michael Schimmel d08fab4f73 Refactor inlining logic into try_inline function
This commit extracts the logic for inlining function calls into a new
private
method, `try_inline`. This improves code organization and reduces
duplication in the `Optimizer`'s `visit_node` method.

The extracted method handles the preparation of substitutions and the
recursive visiting of the inlined node. It also ensures that the
substitution map state is correctly synchronized back to the calling
context.
2026-03-07 21:10:48 +01:00
..
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00
2026-03-06 12:07:39 +01:00
2026-03-03 18:55:31 +01:00
2026-03-03 18:55:31 +01:00