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