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

16 lines
441 B
Plaintext
Raw Normal View History

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