diff options
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 1b446fb9902..09ca20653ed 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -5176,7 +5176,6 @@ impl<'a> Parser<'a> { name: ident, attrs: variant_attrs, def: struct_def, - id: ast::DUMMY_NODE_ID, disr_expr: disr_expr, }; variants.push(P(spanned(vlo, self.last_span.hi, vr))); |
