Rename a field (so that macros can mention it).
This commit is contained in:
parent
b803326063
commit
d2f9b15052
9 changed files with 13 additions and 13 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue