diff options
Diffstat (limited to 'src/comp/front/ast.rs')
| -rw-r--r-- | src/comp/front/ast.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index c1e363b7..b1dbd80e 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -246,6 +246,8 @@ tag expr_ { expr_path(path, option.t[def], ann); expr_ext(path, vec[@expr], option.t[@expr], @expr, ann); expr_fail; + expr_break; + expr_cont; expr_ret(option.t[@expr]); expr_put(option.t[@expr]); expr_be(@expr); |