rust/tests/rustdoc-ui/pub-export-lint.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
433 B
Plaintext
Raw Normal View History

error: unresolved link to `aloha`
2020-09-28 03:22:39 +08:00
--> $DIR/pub-export-lint.rs:3:6
|
LL | /// [aloha]
| ^^^^^ no item named `aloha` in scope
2020-09-28 03:22:39 +08:00
|
2022-09-24 02:34:34 +08:00
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2020-09-28 03:22:39 +08:00
note: the lint level is defined here
--> $DIR/pub-export-lint.rs:1:9
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020-09-28 03:22:39 +08:00
error: aborting due to previous error
2020-09-28 03:22:39 +08:00