Rename ast::Variant_::name
into ident
+ Fix rebase
This commit is contained in:
parent
43ad972318
commit
62000c072e
21 changed files with 30 additions and 38 deletions
|
@ -6323,7 +6323,7 @@ impl<'a> Parser<'a> {
|
|||
}
|
||||
|
||||
let vr = ast::Variant_ {
|
||||
name: ident,
|
||||
ident,
|
||||
attrs: variant_attrs,
|
||||
data: struct_def,
|
||||
disr_expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue