Rustup to rustc 1.24.0-nightly (5165ee9e2 2017-12-22)

This commit is contained in:
Seiichi Uchida 2017-12-23 11:58:19 +09:00
parent 5725f41974
commit 02bb1c8c97

View File

@ -135,6 +135,7 @@ fn rewrite_closure_with_block(
id: ast::NodeId::new(0),
rules: ast::BlockCheckMode::Default,
span: body.span,
recovered: false,
};
let block = ::expr::rewrite_block_with_visitor(context, "", &block, shape, false)?;
Some(format!("{} {}", prefix, block))