about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc/extern-crate-load.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2021-11-08Add more missing methods to `IntraLinkCrateLoader`Joshua Nelson-0/+26
This helps with (but does not fix) https://github.com/rust-lang/rust/issues/84738. I tested on https://github.com/jyn514/objr/commit/edcee7b8124abf0e4c63873e8422ff81beb11ebb and still hit ICEs.