1
Fork 0

Add NodeId for Arm, Field and FieldPat

This commit is contained in:
Caio 2019-08-13 22:22:51 -03:00
parent 60960a260f
commit 9348af8396
6 changed files with 19 additions and 3 deletions

View file

@ -620,6 +620,7 @@ impl<'a> Parser<'a> {
pat: subpat,
is_shorthand,
attrs: attrs.into(),
id: ast::DUMMY_NODE_ID,
}
})
}