about summary refs log tree commit diff
path: root/src/test/pretty/match-block-expr.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2014-07-29Fix a bug pretty printing `match { 5i } { _ => { } }`Erick Tryzelaar-0/+16
This also always puts a trailing comma on the last non-block expr.