about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/issue-31948-2.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-11Include rustdoc tests that have been fixed by #33133Philip Munksgaard-1/+1
There was an issue (#33025) which caused these tests to not work. The issue has since been fixed in #33133, and so we can now include them.
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+31
This changes the current rule that impls within `doc(hidden)` modules aren't inlined, to only inlining impls where the implemented trait and type are reachable in documentation.