parent
f0fc9c92ff
commit
fad7857c7b
41 changed files with 129 additions and 129 deletions
|
@ -4310,7 +4310,7 @@ impl Parser {
|
|||
seq_sep_trailing_disallowed(token::COMMA),
|
||||
|p| p.parse_ty(false)
|
||||
);
|
||||
for ty in arg_tys.consume_iter() {
|
||||
for ty in arg_tys.move_iter() {
|
||||
args.push(ast::variant_arg {
|
||||
ty: ty,
|
||||
id: self.get_id(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue