Rename a field (so that macros can mention it).

This commit is contained in:
Paul Stansifer 2011-08-10 15:38:41 -07:00
parent b803326063
commit d2f9b15052
9 changed files with 13 additions and 13 deletions

View file

@ -269,7 +269,7 @@ type decl = spanned[decl_];
tag decl_ { decl_local([@local]); decl_item(@item); }
type arm = {pats: [@pat], block: blk};
type arm = {pats: [@pat], body: blk};
type field_ = {mut: mutability, ident: ident, expr: @expr};