Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
crate-nonexistent.rs
blob: ceecfa6816c1ed04cacaa497d95e0e0c22ecb72f [
file
] [
log
] [
blame
]
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
/// [crate::DoesNotExist]
//~^ ERROR unresolved link to `crate::DoesNotExist`
pub
struct
Item
;