diff options
| author | Caio <c410.f3r@gmail.com> | 2019-08-13 22:22:51 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2019-08-13 22:42:10 -0300 |
| commit | 9348af8396c961f8bb79cc360c091d74ea4ba34a (patch) | |
| tree | 0a737afc82b9f920be527d3411e38e387caa8d16 /src/libsyntax/parse/parser/pat.rs | |
| parent | 60960a260f7b5c695fd0717311d72ce62dd4eb43 (diff) | |
| download | rust-9348af8396c961f8bb79cc360c091d74ea4ba34a.tar.gz rust-9348af8396c961f8bb79cc360c091d74ea4ba34a.zip | |
Add NodeId for Arm, Field and FieldPat
Diffstat (limited to 'src/libsyntax/parse/parser/pat.rs')
| -rw-r--r-- | src/libsyntax/parse/parser/pat.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/parser/pat.rs b/src/libsyntax/parse/parser/pat.rs index 5cc428a4df1..5a1b4164509 100644 --- a/src/libsyntax/parse/parser/pat.rs +++ b/src/libsyntax/parse/parser/pat.rs @@ -620,6 +620,7 @@ impl<'a> Parser<'a> { pat: subpat, is_shorthand, attrs: attrs.into(), + id: ast::DUMMY_NODE_ID, } }) } |
