rust/tests/rustdoc-ui/intra-doc/crate-nonexistent.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
138 B
Rust
Raw Normal View History

#![deny(rustdoc::broken_intra_doc_links)]
/// [crate::DoesNotExist]
//~^ ERROR unresolved link to `crate::DoesNotExist`
pub struct Item;