Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
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
;