about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-30109.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2015-12-03Use the extern item-path for documentation linksmitaa-0/+24
The local item-path includes the local crates path to the extern crate declaration which breaks cross-crate rustdoc links if the extern crate is not linked into the crate root or renamed via `extern foo as bar`.