rust/tests/rustdoc-ui/deny-intra-link-resolution-failure.stderr

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

16 lines
459 B
Plaintext
Raw Normal View History

error: unresolved link to `v2`
2018-12-25 08:56:47 -07:00
--> $DIR/deny-intra-link-resolution-failure.rs:3:6
|
2019-03-09 15:03:44 +03:00
LL | /// [v2]
2020-10-02 19:53:09 -07:00
| ^^ no item named `v2` in scope
|
2022-09-23 22:34:34 +04:00
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
2018-12-25 08:56:47 -07:00
--> $DIR/deny-intra-link-resolution-failure.rs:1:9
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error