]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-links-warning-crlf.stderr
refactor and reword intra-doc link errors
[rust.git] / src / test / rustdoc-ui / intra-links-warning-crlf.stderr
1 warning: unresolved link to `error`
2   --> $DIR/intra-links-warning-crlf.rs:7:6
3    |
4 LL | /// [error]
5    |      ^^^^^ unresolved link
6    |
7    = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
8    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
9
10 warning: unresolved link to `error1`
11   --> $DIR/intra-links-warning-crlf.rs:12:11
12    |
13 LL | /// docs [error1]
14    |           ^^^^^^ unresolved link
15    |
16    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
17
18 warning: unresolved link to `error2`
19   --> $DIR/intra-links-warning-crlf.rs:15:11
20    |
21 LL | /// docs [error2]
22    |           ^^^^^^ unresolved link
23    |
24    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25
26 warning: unresolved link to `error`
27   --> $DIR/intra-links-warning-crlf.rs:23:20
28    |
29 LL |  * It also has an [error].
30    |                    ^^^^^ unresolved link
31    |
32    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33
34 warning: 4 warnings emitted
35