]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/intra-doc/private.private.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-doc / private.private.stderr
CommitLineData
3dfed10e 1warning: public documentation for `DocMe` links to private item `DontDocMe`
cdc7bbd5 2 --> $DIR/private.rs:7:11
3dfed10e 3 |
cdc7bbd5 4LL | /// docs [DontDocMe] [DontDocMe::f] [DontDocMe::x]
3dfed10e
XL
5 | ^^^^^^^^^ this item is private
6 |
6a06907d 7 = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
3dfed10e
XL
8 = note: this link resolves only because you passed `--document-private-items`, but will break without
9
6a06907d 10warning: public documentation for `DocMe` links to private item `DontDocMe::f`
cdc7bbd5 11 --> $DIR/private.rs:7:23
6a06907d 12 |
cdc7bbd5 13LL | /// docs [DontDocMe] [DontDocMe::f] [DontDocMe::x]
6a06907d
XL
14 | ^^^^^^^^^^^^ this item is private
15 |
16 = note: this link resolves only because you passed `--document-private-items`, but will break without
17
cdc7bbd5
XL
18warning: public documentation for `DocMe` links to private item `DontDocMe::x`
19 --> $DIR/private.rs:7:38
20 |
21LL | /// docs [DontDocMe] [DontDocMe::f] [DontDocMe::x]
22 | ^^^^^^^^^^^^ this item is private
23 |
24 = note: this link resolves only because you passed `--document-private-items`, but will break without
25
26warning: 3 warnings emitted
3dfed10e 27