diff --git a/core/translate/expr.rs b/core/translate/expr.rs index 9bfcc4a8f..cff8f0c85 100644 --- a/core/translate/expr.rs +++ b/core/translate/expr.rs @@ -197,6 +197,7 @@ pub fn translate_condition_expr( referenced_tables, lhs, ConditionMetadata { + jump_if_condition_is_true: false, jump_target_when_true, ..condition_metadata },