]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc/intra-doc/private-failures-ignored.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc / intra-doc / private-failures-ignored.rs
1 // Rustdoc would previously report resolution failures on items that weren't in the public docs.
2 // These failures were legitimate, but not truly relevant - the docs in question couldn't be
3 // checked for accuracy anyway.
4
5 #![deny(rustdoc::broken_intra_doc_links)]
6
7 /// ooh, i'm a [rebel] just for kicks
8 struct SomeStruct;