Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
unused-extern-crate.rs
blob: f1f30c2a93d743d1fe4791ba9e8b82763c51486c [
file
] [
log
] [
blame
]
//@ compile-flags: --extern zip=whatever.rlib
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
/// See [zip] crate.
//~^ ERROR unresolved
pub
struct
ArrayZip
;