]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/intra-link-private.rs
Rollup merge of #69583 - LeSeulArtichaut:ice-69378, r=Centril
[rust.git] / src / test / rustdoc / intra-link-private.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(intra_doc_link_resolution_failure)]
6
7 /// ooh, i'm a [rebel] just for kicks
8 struct SomeStruct;