about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/issue-31948.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+39
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.