]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #25059 - erickt:pprint, r=acrichto
authorbors <bors@rust-lang.org>
Fri, 15 May 2015 15:14:25 +0000 (15:14 +0000)
committerbors <bors@rust-lang.org>
Fri, 15 May 2015 15:14:25 +0000 (15:14 +0000)
The recent quote changes unfortunately broke unquoting statements like `let foo = 5` because the parser requires their to be a trailing semicolon in those statements. Along the way I added support for unquoting generics and where clauses as well as better pretty printing of `token::Interpolated`.


Trivial merge