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