aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/ast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/front/ast.rs')
-rw-r--r--src/comp/front/ast.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs
index 2135a97d..0d042d0d 100644
--- a/src/comp/front/ast.rs
+++ b/src/comp/front/ast.rs
@@ -67,6 +67,7 @@ tag stmt_ {
stmt_decl(@decl);
stmt_ret(option[@expr]);
stmt_log(@expr);
+ stmt_check_expr(@expr);
stmt_expr(@expr);
}