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