about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-46767.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-10Fix issue-46767 testPhilip Munksgaard-1/+2
The link that is matched against is not the same as would be generated by rustdoc. We should also check that the `foo/private` directory is not generated at all.
2017-12-28rustdoc: Don't try to generate links for modules in import pathsOliver Middleton-0/+18
The modules may be private or may even be enums so it would generate dead links.