Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum
fix pretty print for `loop`
This commit is contained in:
@@ -1954,7 +1954,6 @@ impl<'a> State<'a> {
|
||||
self.word_space(":");
|
||||
}
|
||||
self.head("loop");
|
||||
self.s.space();
|
||||
self.print_block_with_attrs(blk, attrs);
|
||||
}
|
||||
ast::ExprKind::Match(ref expr, ref arms) => {
|
||||
|
||||
Reference in New Issue
Block a user