Fix rebase fallout

This commit is contained in:
Oliver Schneider 2018-06-26 16:35:52 +02:00
parent 0e775a3b86
commit eb9043bc67

View file

@ -3598,7 +3598,7 @@ impl<'a> LoweringContext<'a> {
ExprKind::Closure(
capture_clause, asyncness, movability, ref decl, ref body, fn_decl_span
) => {
if let IsAsync::Async { async_closure_node_id, .. } = asyncness {
if let IsAsync::Async { closure_id, .. } = asyncness {
let outer_decl = FnDecl {
inputs: decl.inputs.clone(),
output: FunctionRetTy::Default(fn_decl_span),