aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/front')
-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 34df06ad..1425db61 100644
--- a/src/comp/front/ast.rs
+++ b/src/comp/front/ast.rs
@@ -117,6 +117,7 @@ tag ty_ {
ty_char;
ty_str;
ty_box(@ty);
+ ty_tup(vec[tup(bool /* mutability */, @ty)]);
ty_path(path, option[referent]);
}