fix bubble
This commit is contained in:
@@ -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) {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user