   Compiling ts-native v0.5.1 (E:\Administrator\Documents\codebuddy-projects\ts-native)
error[E0425]: cannot find value `seg_ctx` in this scope
    --> src\codegen.rs:1696:41
     |
1696 |                     let last_expr_val = seg_ctx.last_expr_value;
     |                                         ^^^^^^^
     |
help: a local variable with a similar name exists
     |
1696 -                     let last_expr_val = seg_ctx.last_expr_value;
1696 +                     let last_expr_val = seg_idx.last_expr_value;
     |

For more information about this error, try `rustc --explain E0425`.
error: could not compile `ts-native` (lib) due to 1 previous error
