]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/private.private.stderr
cae5b1f20e6c35f0419095d2968fae0cac3abd6e
[rust.git] / src / test / rustdoc-ui / intra-doc / private.private.stderr
1 warning: public documentation for `DocMe` links to private item `DontDocMe`
2   --> $DIR/private.rs:5:11
3    |
4 LL | /// docs [DontDocMe] [DontDocMe::f]
5    |           ^^^^^^^^^ this item is private
6    |
7    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
8    = note: this link resolves only because you passed `--document-private-items`, but will break without
9
10 warning: public documentation for `DocMe` links to private item `DontDocMe::f`
11   --> $DIR/private.rs:5:23
12    |
13 LL | /// docs [DontDocMe] [DontDocMe::f]
14    |                       ^^^^^^^^^^^^ this item is private
15    |
16    = note: this link resolves only because you passed `--document-private-items`, but will break without
17
18 warning: 2 warnings emitted
19