Rename Ty.node
to Ty.kind
This commit is contained in:
parent
d4573c9c1e
commit
c3d8791373
50 changed files with 138 additions and 137 deletions
|
@ -1212,7 +1212,7 @@ impl<'a> Parser<'a> {
|
|||
do_not_enforce_named_arguments_for_c_variadic
|
||||
) {
|
||||
Ok(param) => {
|
||||
if let TyKind::CVarArgs = param.ty.node {
|
||||
if let TyKind::CVarArgs = param.ty.kind {
|
||||
c_variadic = true;
|
||||
if p.token != token::CloseDelim(token::Paren) {
|
||||
let span = p.token.span;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue