Remove now redundant NodeId from Variant
This commit is contained in:
parent
495566ee61
commit
877c35e8a2
31 changed files with 88 additions and 111 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue