]> git.lizzy.rs Git - rust.git/commit
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)
commit9bebe5f3bbf2715f9c8606d672a2396216077826
tree94bca0791705d56a8afe947b4673581a2c921a62
parent13a4b83c1a73260b9c34a66d3bde62ff09d01863
parentb62290d421acf39db929f05522c8ce530e031067
Auto merge of #25059 - erickt:pprint, r=acrichto

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`.