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 10bcd5c4..9fddb66f 100644
--- a/src/comp/front/ast.rs
+++ b/src/comp/front/ast.rs
@@ -197,6 +197,7 @@ tag ty_ {
ty_obj(vec[ty_method]);
ty_path(path, option.t[def]);
ty_mutable(@ty);
+ ty_type;
}
type arg = rec(mode mode, @ty ty, ident ident, def_id id);