about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/filter-out-private-2.stderr
blob: 1a49c90a1728684f407916461407f18dc4e212f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: all items matching `Thing` are private or doc(hidden)
  --> $DIR/filter-out-private-2.rs:13:21
   |
LL | /// Do stuff with [`Thing`].
   |                     ^^^^^ unresolved link
   |
note: the lint level is defined here
  --> $DIR/filter-out-private-2.rs:3:9
   |
LL | #![deny(rustdoc::broken_intra_doc_links)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error