]> git.lizzy.rs Git - rust.git/commit
rustdoc: Fix tuple struct where clause rendering
authorOliver Middleton <olliemail27@gmail.com>
Mon, 25 Jul 2016 17:19:11 +0000 (18:19 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Mon, 25 Jul 2016 17:53:31 +0000 (18:53 +0100)
commit5c0ce872fbbdb9364c970869a1ad7be486c29b37
tree079cce9161cf7721460a56419c7fe64dba63bb34
parentad264f7f39b6113fb87a489d72d31abbc03ab148
rustdoc: Fix tuple struct where clause rendering

For tuple structs the where clause comes after the definition.
src/librustdoc/html/render.rs
src/test/rustdoc/issue-34928.rs [new file with mode: 0644]
src/test/rustdoc/where.rs