Simplify AST for expr_anon_obj.

This commit is contained in:
Lindsey Kuper 2011-07-06 11:29:22 -07:00
parent 23bae67f4c
commit e30d2c82ae
10 changed files with 13 additions and 15 deletions

View file

@ -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_];