rustc: Add the tuple type to the AST
This commit is contained in:
parent
c9afe78c0c
commit
0415841504
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue