rust/src/test/pretty/issue-30731.rs
Vadim Petrochenkov a2a1cd1864 pprust: Fix formatting regressions from the previous commits
Fix some remaining cases of bad formatting
Update some failing tests
2019-07-15 12:42:07 +03:00

8 lines
177 B
Rust

//
// Test pretty printing of macro with braces but without terminating semicolon,
// this used to panic before fix.
// pretty-compare-only
// pp-exact
fn main() { b! { } c }