]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/pub-export-lint.stderr
Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk
[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    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
8 note: the lint level is defined here
9   --> $DIR/pub-export-lint.rs:1:9
10    |
11 LL | #![deny(rustdoc::broken_intra_doc_links)]
12    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15