]> git.lizzy.rs Git - rust.git/commit
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)
commitb8d3496528a036117bcf04e2e448e28a69ccd909
tree31662da894ae7f6baee63d32791ec93d9450ce80
parentadb638f54d7d9a3bf2f66fa654a5dcd816a4b427
parent823ebb14ba6ed99df1198c6d1b47c5d2964196da
auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichton

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.