]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/intra-doc/private.private.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-doc / private.private.stderr
CommitLineData
3dfed10e 1warning: public documentation for `DocMe` links to private item `DontDocMe`
fc512014 2 --> $DIR/private.rs:5:11
3dfed10e 3 |
6a06907d 4LL | /// docs [DontDocMe] [DontDocMe::f]
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
XL
10warning: public documentation for `DocMe` links to private item `DontDocMe::f`
11 --> $DIR/private.rs:5:23
12 |
13LL | /// 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
18warning: 2 warnings emitted
3dfed10e 19