]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/unused-extern-crate.rs
Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errors
[rust.git] / tests / rustdoc-ui / intra-doc / unused-extern-crate.rs
1 // compile-flags: --extern zip=whatever.rlib
2 #![deny(rustdoc::broken_intra_doc_links)]
3 /// See [zip] crate.
4 //~^ ERROR unresolved
5 pub struct ArrayZip;