We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b74b commit c084fcfCopy full SHA for c084fcf
1 file changed
compiler/rustc_hir_pretty/src/lib.rs
@@ -1454,7 +1454,7 @@ impl<'a> State<'a> {
1454
self.word_space(":");
1455
}
1456
// containing cbox, will be closed by print-block at `}`
1457
- self.cbox(INDENT_UNIT);
+ self.cbox(0);
1458
// head-box, will be closed by print-block after `{`
1459
self.ibox(0);
1460
self.print_block(blk);
0 commit comments