]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #25092 - pnkfelix:fix-pprint-of-type-items-with-where, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 5 May 2015 03:54:09 +0000 (09:24 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 5 May 2015 03:54:09 +0000 (09:24 +0530)
commit9f50d62200a4d495ade0c26f809f0b0c63726e89
treee7b15a0553a8ef34cfef0f6885f187cc90446f87
parent86a858add58168faf42838e9852a0b5b012cd6be
parentc62c908f083ae5cc1fa914bba9837db054995450
Rollup merge of #25092 - pnkfelix:fix-pprint-of-type-items-with-where, r=alexcrichton

 Correct pretty-printing of `type Foo<T> where T: Bound = ...;`

Fix #25031