]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-74134.private.stderr
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / rustdoc-ui / issue-74134.private.stderr
1 warning: public documentation for `public_item` links to private item `PrivateType`
2   --> $DIR/issue-74134.rs:19:11
3    |
4 LL |     /// [`PrivateType`]
5    |           ^^^^^^^^^^^ this item is private
6    |
7    = note: this link resolves only because you passed `--document-private-items`, but will break without
8    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
9
10 warning: 1 warning emitted
11