libsyntax: Don't write a ctor ID for struct-like enum variants. rs=rustbot
This commit is contained in:
parent
a9d7642b5d
commit
93a0763d53
@ -3081,7 +3081,7 @@ impl Parser {
|
||||
fields: move fields,
|
||||
methods: move methods,
|
||||
dtor: actual_dtor,
|
||||
ctor_id: Some(self.get_id())
|
||||
ctor_id: None
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user