]> git.lizzy.rs Git - rust.git/commit
Display negative trait implementations correctly in rustdoc
authorDiggory Blake <diggsey@googlemail.com>
Wed, 21 Jan 2015 04:35:57 +0000 (04:35 +0000)
committerDiggory Blake <diggsey@googlemail.com>
Wed, 21 Jan 2015 04:35:57 +0000 (04:35 +0000)
commiteb086505b805792a6afe67a644cde6b4ab002f14
tree7dab95c3c469a9cac80815977b12998582a3f665
parenta0f86de49748b472d4d189d9688b0d856c000914
Display negative trait implementations correctly in rustdoc

Added doc test
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/html/render.rs
src/test/run-make/rustdoc-negative-impl/Makefile [new file with mode: 0644]
src/test/run-make/rustdoc-negative-impl/foo.rs [new file with mode: 0644]