]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/warning-crlf.stderr
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / rustdoc-ui / intra-doc / warning-crlf.stderr
1 warning: unresolved link to `error`
2   --> $DIR/warning-crlf.rs:7:6
3    |
4 LL | /// [error]
5    |      ^^^^^ no item named `error` in scope
6    |
7    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
8    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
9
10 warning: unresolved link to `error1`
11   --> $DIR/warning-crlf.rs:12:11
12    |
13 LL | /// docs [error1]
14    |           ^^^^^^ no item named `error1` in scope
15    |
16    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
17
18 warning: unresolved link to `error2`
19   --> $DIR/warning-crlf.rs:15:11
20    |
21 LL | /// docs [error2]
22    |           ^^^^^^ no item named `error2` in scope
23    |
24    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25
26 warning: unresolved link to `error`
27   --> $DIR/warning-crlf.rs:23:20
28    |
29 LL |  * It also has an [error].
30    |                    ^^^^^ no item named `error` in scope
31    |
32    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33
34 warning: 4 warnings emitted
35