about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/auxiliary/panic-item.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-0/+17
This reverts commit 5f0c54db4e595a6a77048f2b0605138ffa49a326.
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-17/+0
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-0/+17
Instead, only load the crates that are linked to with intra-doc links. This doesn't help very much with any of rustdoc's fundamental issues with freezing the resolver, but it at least fixes a stable-to-stable regression, and makes the crate loading model somewhat more consistent with rustc's.