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