]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/intra-link-extern-crate.rs
Rollup merge of #68378 - billyrieger:btreemap-remove-entry, r=KodrAus
[rust.git] / src / test / rustdoc / intra-link-extern-crate.rs
1 // aux-build:intra-link-extern-crate.rs
2
3 // When loading `extern crate` statements, we would pull in their docs at the same time, even
4 // though they would never actually get displayed. This tripped intra-doc-link resolution failures,
5 // for items that aren't under our control, and not actually getting documented!
6
7 #![deny(intra_doc_link_resolution_failure)]
8
9 extern crate inner;