Simplify AST for expr_anon_obj.
This commit is contained in:
parent
23bae67f4c
commit
e30d2c82ae
10 changed files with 13 additions and 15 deletions
|
|
@ -296,7 +296,7 @@ tag expr_ {
|
|||
expr_if_check(@expr, block, option::t[@expr]);
|
||||
expr_port(option::t[@ty]);
|
||||
expr_chan(@expr);
|
||||
expr_anon_obj(anon_obj, vec[ty_param], obj_def_ids);
|
||||
expr_anon_obj(anon_obj, vec[ty_param]);
|
||||
}
|
||||
|
||||
type lit = spanned[lit_];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue