summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/intra-doc/unused-extern-crate.rs
blob: 9565830930f414402ce16569bfcabe6fb09ed60e (plain)
1
2
3
4
5
// compile-flags: --extern zip=whatever.rlib
#![deny(rustdoc::broken_intra_doc_links)]
/// See [zip] crate.
//~^ ERROR unresolved
pub struct ArrayZip;