mirror of https://github.com/rust-lang/rust
16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
error: unresolved link to `aloha`
|
|
--> $DIR/pub-export-lint.rs:3:6
|
|
|
|
|
LL | /// [aloha]
|
|
| ^^^^^ no item named `aloha` in scope
|
|
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
|
note: the lint level is defined here
|
|
--> $DIR/pub-export-lint.rs:1:9
|
|
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|