about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/issue-31948.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-29/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-10/+10
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-10/+10
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-02Update rustdoc testsGuillaume Gomez-3/+3
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.