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