mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
Rustup to rustc 1.24.0-nightly (5165ee9e2
2017-12-22)
This commit is contained in:
parent
5725f41974
commit
02bb1c8c97
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user