1
0

fix bubble

This commit is contained in:
2024-11-14 12:48:29 +03:00
parent 7c766e45a0
commit 8f1f9022ba

View File

@@ -29,6 +29,7 @@ pub fn bubble_binop_vars(expr: TypedExpr) -> TypedExpr {
let rhs = *rhs;
let lhs = bubble_binop_vars(lhs);
let rhs = bubble_binop_vars(rhs);
let (lhs, rhs, op, rebubble) = match (lhs, rhs) {
(