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 6c91e913..bdd6fa07 100644
--- a/src/comp/front/ast.rs
+++ b/src/comp/front/ast.rs
@@ -200,6 +200,7 @@ tag ty_ {
type arg = rec(mode mode, @ty ty, ident ident, def_id id);
type _fn = rec(effect effect,
+ bool is_iter,
vec[arg] inputs,
@ty output,
block body);