2020-07-11 19:39:02 +02:00
|
|
|
warning: public documentation for `public_item` links to private item `PrivateType`
|
|
|
|
--> $DIR/issue-74134.rs:19:10
|
|
|
|
|
|
|
|
|
LL | /// [`PrivateType`]
|
|
|
|
| ^^^^^^^^^^^^^ this item is private
|
|
|
|
|
|
2020-12-29 23:16:16 -05:00
|
|
|
= note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
|
2020-07-22 19:53:43 +02:00
|
|
|
= note: this link resolves only because you passed `--document-private-items`, but will break without
|
2020-07-11 19:39:02 +02:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|