rustc: Make AST tuple types use interior vectors
This commit is contained in:
parent
401b6362d7
commit
aad0bcc8d5
4 changed files with 5 additions and 9 deletions
|
@ -401,7 +401,7 @@ tag ty_ {
|
|||
ty_task;
|
||||
ty_port(@ty);
|
||||
ty_chan(@ty);
|
||||
ty_tup(vec[mt]);
|
||||
ty_tup(mt[]);
|
||||
ty_rec(vec[ty_field]);
|
||||
ty_fn(proto, vec[ty_arg], @ty, controlflow, vec[@constr]);
|
||||
ty_obj(vec[ty_method]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue