about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-43893.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-19/+0
2018-12-25Remove licensesMark Rousskov-13/+3
2017-12-27rustdoc: Add missing src links for generic impls on trait pagesOliver Middleton-0/+5
`implementor2item` would return `None` for generic impls so instead this clones the entire `clean::Item` into the `implementors` map which simplifies some code.
2017-10-02rustdoc: Remove cruft from the testVitaly _Vi Shukela-14/+4
per @GuillaumeGomez's sample, but with one change.
2017-09-30rustdoc: A test for local and foreign [src] trait impl linksVitaly _Vi Shukela-0/+34