2020-07-19 17:03:35 +00:00
|
|
|
warning: public documentation for `DocMe` links to private item `DontDocMe`
|
2021-04-04 20:23:08 +00:00
|
|
|
--> $DIR/private.rs:7:11
|
2020-05-30 15:35:35 +00:00
|
|
|
|
|
2021-04-04 20:23:08 +00:00
|
|
|
LL | /// docs [DontDocMe] [DontDocMe::f] [DontDocMe::x]
|
2020-05-30 15:35:35 +00:00
|
|
|
| ^^^^^^^^^ this item is private
|
|
|
|
|
|
2020-07-22 17:53:43 +00:00
|
|
|
= note: this link will resolve properly if you pass `--document-private-items`
|
2022-09-23 18:34:34 +00:00
|
|
|
= note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
|
2020-05-30 15:35:35 +00:00
|
|
|
|
2021-02-12 00:15:16 +00:00
|
|
|
warning: public documentation for `DocMe` links to private item `DontDocMe::f`
|
2021-04-04 20:23:08 +00:00
|
|
|
--> $DIR/private.rs:7:23
|
2021-02-12 00:15:16 +00:00
|
|
|
|
|
2021-04-04 20:23:08 +00:00
|
|
|
LL | /// docs [DontDocMe] [DontDocMe::f] [DontDocMe::x]
|
2021-02-12 00:15:16 +00:00
|
|
|
| ^^^^^^^^^^^^ this item is private
|
|
|
|
|
|
|
|
|
= note: this link will resolve properly if you pass `--document-private-items`
|
|
|
|
|
2021-04-04 20:23:08 +00:00
|
|
|
warning: public documentation for `DocMe` links to private item `DontDocMe::x`
|
|
|
|
--> $DIR/private.rs:7:38
|
|
|
|
|
|
|
|
|
LL | /// docs [DontDocMe] [DontDocMe::f] [DontDocMe::x]
|
|
|
|
| ^^^^^^^^^^^^ this item is private
|
|
|
|
|
|
|
|
|
= note: this link will resolve properly if you pass `--document-private-items`
|
|
|
|
|
|
|
|
warning: 3 warnings emitted
|
2020-05-30 15:35:35 +00:00
|
|
|
|