Rename Expr.node
to Expr.kind
For both `ast::Expr` and `hir::Expr`.
This commit is contained in:
parent
ddf43867a9
commit
95f6d72a60
83 changed files with 281 additions and 290 deletions
|
@ -61,7 +61,7 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt<'_>,
|
|||
|
||||
MacEager::expr(P(ast::Expr {
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
node: ast::ExprKind::InlineAsm(P(inline_asm)),
|
||||
kind: ast::ExprKind::InlineAsm(P(inline_asm)),
|
||||
span: cx.with_def_site_ctxt(sp),
|
||||
attrs: ThinVec::new(),
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue