mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
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 will resolve properly if you pass `--document-private-items`
|
|
= note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|