]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/intra-links-warning-crlf.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-links-warning-crlf.stderr
CommitLineData
60c5eb7d
XL
1warning: `[error]` cannot be resolved, ignoring it.
2 --> $DIR/intra-links-warning-crlf.rs:7:6
0731742a
XL
3 |
4LL | /// [error]
5 | ^^^^^ cannot be resolved, ignoring
6 |
416331ca 7 = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
532ac7d7 8 = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
0731742a 9
60c5eb7d 10warning: `[error1]` cannot be resolved, ignoring it.
0731742a
XL
11 --> $DIR/intra-links-warning-crlf.rs:12:11
12 |
13LL | /// docs [error1]
14 | ^^^^^^ cannot be resolved, ignoring
15 |
532ac7d7 16 = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
0731742a 17
60c5eb7d
XL
18warning: `[error2]` cannot be resolved, ignoring it.
19 --> $DIR/intra-links-warning-crlf.rs:15:11
0731742a
XL
20 |
21LL | /// docs [error2]
22 | ^^^^^^ cannot be resolved, ignoring
23 |
532ac7d7 24 = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
0731742a 25
60c5eb7d
XL
26warning: `[error]` cannot be resolved, ignoring it.
27 --> $DIR/intra-links-warning-crlf.rs:23:20
0731742a
XL
28 |
29LL | * It also has an [error].
30 | ^^^^^ cannot be resolved, ignoring
31 |
532ac7d7 32 = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
0731742a 33
ba9703b0
XL
34warning: 4 warnings emitted
35