blob: 44c88b6183a8ef924e56acbe1bb2a04dc70833dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
warning: public documentation for `public_item` links to private item `PrivateType`
--> $DIR/issue-74134.rs:19:11
|
LL | /// [`PrivateType`]
| ^^^^^^^^^^^ this item is private
|
= note: this link resolves only because you passed `--document-private-items`, but will break without
= note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
warning: 1 warning emitted
|