]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #31254 - tmiasko:macro-pretty-print-fix, r=sfackler
authorbors <bors@rust-lang.org>
Tue, 2 Feb 2016 14:00:50 +0000 (14:00 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Feb 2016 14:00:50 +0000 (14:00 +0000)
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.


Trivial merge