fix pretty print for loop in mir and hir
This commit is contained in:
@@ -1538,7 +1538,6 @@ impl<'a> State<'a> {
|
||||
self.word_space(":");
|
||||
}
|
||||
self.head("loop");
|
||||
self.s.space();
|
||||
self.print_block(&blk);
|
||||
}
|
||||
hir::ExprKind::Match(ref expr, arms, _) => {
|
||||
|
||||
Reference in New Issue
Block a user