2019-11-25 14:24:53 +01:00
|
|
|
warning: `[error]` cannot be resolved, ignoring it.
|
2019-11-08 00:00:00 +00:00
|
|
|
--> $DIR/intra-links-warning-crlf.rs:7:6
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | /// [error]
|
|
|
|
| ^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
2019-07-16 22:17:38 +02:00
|
|
|
= note: `#[warn(intra_doc_link_resolution_failure)]` on by default
|
2019-03-13 00:47:36 -04:00
|
|
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2019-11-25 14:24:53 +01:00
|
|
|
warning: `[error1]` cannot be resolved, ignoring it.
|
2018-12-10 12:24:39 -05:00
|
|
|
--> $DIR/intra-links-warning-crlf.rs:12:11
|
|
|
|
|
|
|
|
|
LL | /// docs [error1]
|
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
2019-03-13 00:47:36 -04:00
|
|
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2019-11-25 14:24:53 +01:00
|
|
|
warning: `[error2]` cannot be resolved, ignoring it.
|
2019-11-08 00:00:00 +00:00
|
|
|
--> $DIR/intra-links-warning-crlf.rs:15:11
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | /// docs [error2]
|
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
2019-03-13 00:47:36 -04:00
|
|
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2019-11-25 14:24:53 +01:00
|
|
|
warning: `[error]` cannot be resolved, ignoring it.
|
2019-11-08 00:00:00 +00:00
|
|
|
--> $DIR/intra-links-warning-crlf.rs:23:20
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | * It also has an [error].
|
|
|
|
| ^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
2019-03-13 00:47:36 -04:00
|
|
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 4 warnings emitted
|
|
|
|
|