Convert to new closure syntax
This commit is contained in:
parent
13a8f54538
commit
d1fc2b5995
394 changed files with 3253 additions and 3278 deletions
|
@ -81,7 +81,7 @@ fn mk_rec_e(cx: ext_ctxt, sp: span,
|
|||
fields: ~[{ident: ast::ident, ex: @ast::expr}]) ->
|
||||
@ast::expr {
|
||||
let mut astfields: ~[ast::field] = ~[];
|
||||
for fields.each {|field|
|
||||
for fields.each |field| {
|
||||
let ident = field.ident;
|
||||
let val = field.ex;
|
||||
let astfield =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue