2021-11-26 17:03:16 -06:00
|
|
|
warning: unresolved link to `Oooops`
|
|
|
|
--> $DIR/through-proc-macro.rs:13:10
|
|
|
|
|
|
|
|
|
LL | /// [Oooops]
|
|
|
|
| ^^^^^^ no item named `Oooops` in scope
|
|
|
|
|
|
2022-09-23 13:34:34 -05:00
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
2021-11-26 17:03:16 -06:00
|
|
|
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
|
|
|
|
|