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 377c9db commit fe5c4eaCopy full SHA for fe5c4ea
compiler/rustc_ast_pretty/src/pp.rs
@@ -315,8 +315,8 @@ impl Printer {
315
} else {
316
self.right += 1;
317
self.buf.advance_right();
318
+ self.check_stack(0);
319
}
- self.check_stack(0);
320
self.buf[self.right] = BufEntry { token: Token::Break(b), size: -self.right_total };
321
self.scan_stack.push_front(self.right);
322
self.right_total += b.blank_space;
0 commit comments