use P<[Ident]> instead of Vec<Ident>
This commit is contained in:
parent
b92c2f792c
commit
631ea7cc15
3 changed files with 4 additions and 4 deletions
|
@ -1471,7 +1471,7 @@ pub enum ExprKind {
|
|||
InlineAsm(P<InlineAsm>),
|
||||
|
||||
/// Output of the `offset_of!()` macro.
|
||||
OffsetOf(P<Ty>, Vec<Ident>),
|
||||
OffsetOf(P<Ty>, P<[Ident]>),
|
||||
|
||||
/// A macro invocation; pre-expansion.
|
||||
MacCall(P<MacCall>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue