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