2020-07-19 13:03:35 -04:00
|
|
|
warning: unresolved link to `error`
|
2020-11-28 21:10:37 -05:00
|
|
|
--> $DIR/warning-crlf.rs:7:6
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | /// [error]
|
2020-10-02 19:53:09 -07:00
|
|
|
| ^^^^^ no item named `error` in scope
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
2022-09-23 22:34:34 +04:00
|
|
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
warning: unresolved link to `error1`
|
2020-11-28 21:10:37 -05:00
|
|
|
--> $DIR/warning-crlf.rs:12:11
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | /// docs [error1]
|
2020-10-02 19:53:09 -07:00
|
|
|
| ^^^^^^ no item named `error1` in scope
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
warning: unresolved link to `error2`
|
2020-11-28 21:10:37 -05:00
|
|
|
--> $DIR/warning-crlf.rs:15:11
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | /// docs [error2]
|
2020-10-02 19:53:09 -07:00
|
|
|
| ^^^^^^ no item named `error2` in scope
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
2018-12-10 12:24:39 -05:00
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
warning: unresolved link to `error`
|
2020-11-28 21:10:37 -05:00
|
|
|
--> $DIR/warning-crlf.rs:23:20
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
|
|
|
LL | * It also has an [error].
|
2020-10-02 19:53:09 -07:00
|
|
|
| ^^^^^ no item named `error` in scope
|
2018-12-10 12:24:39 -05:00
|
|
|
|
|
2020-07-19 13:03:35 -04:00
|
|
|
= help: to escape `[` and `]` characters, 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
|
|
|
|
|