about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/issue-34274.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3/+0
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-0/+13
- src links/redirects to extern fn from another crate had an extra '/'. - src links to `pub use` of a crate module had an extra '/'. - src links to renamed reexports from another crate used the new name for the link but should use the original name.