]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/macro-docs.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / rustdoc-ui / macro-docs.stderr
1 warning: unresolved link to `long_cat`
2   --> $DIR/macro-docs.rs:5:9
3    |
4 LL |         /// A
5    |         ^^^^^
6 ...
7 LL | m!();
8    | ---- in this macro invocation
9    |
10    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
11    = note: the link appears in this line:
12            
13            [`long_cat`] is really long
14             ^^^^^^^^^^
15    = note: no item named `long_cat` in scope
16    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
17    = note: this warning originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
18
19 warning: 1 warning emitted
20