]> git.lizzy.rs Git - rust.git/commit
Correct pretty-printing of `type Foo<T> where T: Bound = ...;`
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Mon, 4 May 2015 08:21:39 +0000 (10:21 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Mon, 4 May 2015 08:21:39 +0000 (10:21 +0200)
commitc62c908f083ae5cc1fa914bba9837db054995450
tree5e953802074e337db95ef8904d48f30439c37177
parent6517a0e90ef607227eec3e888707c36bf191fd09
Correct pretty-printing of `type Foo<T> where T: Bound = ...;`

Fix #25031
src/libsyntax/print/pprust.rs
src/test/pretty/issue-25031.rs [new file with mode: 0644]