about summary refs log tree commit diff
path: root/src/test/pretty/issue-30731.rs
AgeCommit message (Collapse)AuthorLines
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.