[breaking-change] don't glob export ast::Expr_ variants
This commit is contained in:
parent
1c4d437158
commit
80bf9ae18a
29 changed files with 420 additions and 428 deletions
|
@ -247,7 +247,7 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[ast::TokenTree])
|
|||
|
||||
MacEager::expr(P(ast::Expr {
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
node: ast::ExprInlineAsm(ast::InlineAsm {
|
||||
node: ast::ExprKind::InlineAsm(ast::InlineAsm {
|
||||
asm: token::intern_and_get_ident(&asm),
|
||||
asm_str_style: asm_str_style.unwrap(),
|
||||
outputs: outputs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue