]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/pub-export-lint.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / rustdoc-ui / pub-export-lint.stderr
1 error: unresolved link to `aloha`
2   --> $DIR/pub-export-lint.rs:3:6
3    |
4 LL | /// [aloha]
5    |      ^^^^^ no item named `aloha` in scope
6    |
7 note: the lint level is defined here
8   --> $DIR/pub-export-lint.rs:1:9
9    |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
13
14 error: aborting due to previous error
15