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