about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc/extern-reference-link.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7/+0
2021-08-26Fix the bugs and add a regression testJoshua Nelson-0/+7
- All attributes for an item need to be considered at once, they can't be considered a line at a time. - The top-level crate was not being visited. This bug was caught by `extern-crate-used-only-in-link`, which I'm very glad I added. - Make the loader private to the module, so that only one function is exposed.