2020-07-11 19:39:02 +02:00
|
|
|
warning: public documentation for `DocMe` links to private item `DontDocMe`
|
|
|
|
--> $DIR/intra-links-private.rs:5:11
|
|
|
|
|
|
|
|
|
LL | /// docs [DontDocMe]
|
|
|
|
| ^^^^^^^^^ this item is private
|
|
|
|
|
|
2020-07-30 10:38:55 -07:00
|
|
|
= note: `#[warn(broken_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
|
|
|
|
|