Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkov
Add NodeId for Arm, Field and FieldPat Extracted from #63468
This commit is contained in:
commit
d4ecc6f5c0
6 changed files with 19 additions and 3 deletions
|
@ -665,6 +665,7 @@ impl<'a> Parser<'a> {
|
|||
pat: subpat,
|
||||
is_shorthand,
|
||||
attrs: attrs.into(),
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue