Skip to content

Commit 0415841

Browse files
committed
rustc: Add the tuple type to the AST
1 parent c9afe78 commit 0415841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/front/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tag ty_ {
117117
ty_char;
118118
ty_str;
119119
ty_box(@ty);
120+
ty_tup(vec[tup(bool /* mutability */, @ty)]);
120121
ty_path(path, option[referent]);
121122
}
122123

0 commit comments

Comments
 (0)