]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/pub-export-lint.stderr
Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu
[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