summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/intra-doc/through-proc-macro.stderr
blob: 508d0683d5dff1a37973f957ff7bc8a32ecf64a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
warning: unresolved link to `Oooops`
  --> $DIR/through-proc-macro.rs:13:10
   |
LL |     /// [Oooops]
   |          ^^^^^^ no item named `Oooops` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
note: the lint level is defined here
  --> $DIR/through-proc-macro.rs:7:9
   |
LL | #![warn(rustdoc::broken_intra_doc_links)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: 1 warning emitted