Remove now redundant NodeId from Variant
This commit is contained in:
parent
495566ee61
commit
877c35e8a2
31 changed files with 88 additions and 111 deletions
|
|
@ -1586,7 +1586,6 @@ pub struct Variant_ {
|
|||
pub name: Ident,
|
||||
pub attrs: Vec<Attribute>,
|
||||
pub def: P<StructDef>,
|
||||
pub id: NodeId,
|
||||
/// Explicit discriminant, eg `Foo = 1`
|
||||
pub disr_expr: Option<P<Expr>>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue