rust/tests/pretty/issue-30731.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
176 B
Rust
Raw Normal View History

//
// Test pretty printing of macro with braces but without terminating semicolon,
// this used to panic before fix.
// pretty-compare-only
// pp-exact
2021-12-01 19:45:14 +00:00
fn main() { b! {} c }