]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 18 Sep 2013 11:15:56 +0000 (04:15 -0700)
committerbors <bors@rust-lang.org>
Wed, 18 Sep 2013 11:15:56 +0000 (04:15 -0700)
Since 3b6314c the pretty printer seems to only print trait bounds for `ast::ty_path(...)`s that have a generics arguments list. That seems wrong, so let's always print them.

Closes #9253, un-xfails test for #7673.


Trivial merge