Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
test
/
rustdoc-ui
/
intra-doc
/
unused-extern-crate.rs
blob: 9565830930f414402ce16569bfcabe6fb09ed60e [
file
] [
log
] [
blame
]
// compile-flags: --extern zip=whatever.rlib
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
/// See [zip] crate.
//~^ ERROR unresolved
pub
struct
ArrayZip
;