Remove vestiges of typarams from anon objs.
This commit is contained in:
parent
f33309502a
commit
55acc737a8
10 changed files with 35 additions and 77 deletions
|
@ -325,7 +325,7 @@ tag expr_ {
|
|||
expr_if_check(@expr, block, option::t[@expr]);
|
||||
expr_port(option::t[@ty]);
|
||||
expr_chan(@expr);
|
||||
expr_anon_obj(anon_obj, ty_param[]);
|
||||
expr_anon_obj(anon_obj);
|
||||
expr_mac(mac);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue