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