We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad9e5c commit 471d2b1Copy full SHA for 471d2b1
src/librustc/middle/ty.rs
@@ -3102,7 +3102,6 @@ pub fn expr_kind(tcx: ctxt,
3102
ast::expr_block(*) |
3103
ast::expr_copy(*) |
3104
ast::expr_repeat(*) |
3105
- ast::expr_inline_asm(*) |
3106
ast::expr_lit(@codemap::spanned {node: lit_str(_), _}) |
3107
ast::expr_vstore(_, ast::expr_vstore_slice) |
3108
ast::expr_vstore(_, ast::expr_vstore_mut_slice) |
@@ -3145,6 +3144,7 @@ pub fn expr_kind(tcx: ctxt,
3145
3144
ast::expr_loop(*) |
3146
ast::expr_assign(*) |
3147
ast::expr_swap(*) |
+ ast::expr_inline_asm(*) |
3148
ast::expr_assign_op(*) => {
3149
RvalueStmtExpr
3150
}
0 commit comments