about summary refs log tree commit diff
path: root/src/test/pretty/issue-30731.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2021-12-01Pretty print empty blocks as {}David Tolnay-1/+1
2019-07-15pprust: Fix formatting regressions from the previous commitsVadim Petrochenkov-1/+1
Fix some remaining cases of bad formatting Update some failing tests
2018-12-25Remove licensesMark Rousskov-9/+0
2016-01-28libsyntax: fix pretty printing of macro with bracesTomasz Miąsko-0/+17
Pretty printing of macro with braces but without terminated semicolon removed more boxes from stack than it put there, resulting in panic. This fixes the issue #30731.