summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/issue-74134.public.stderr
blob: 6a3173e3e0d6e68e9803d7723032b09d546c693e (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: public documentation for `public_item` links to private item `PrivateType`
  --> $DIR/issue-74134.rs:19:11
   |
LL |     /// [`PrivateType`]
   |           ^^^^^^^^^^^ this item is private
   |
   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
   = note: this link will resolve properly if you pass `--document-private-items`

warning: 1 warning emitted