about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/inline_hidden.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-04-24Check reachability for inlined extern links toomitaa-0/+22
An item is inlined and recorded as inlined even if it is `doc(hidden)`, leading to unchecked external links.