blob: 0a5ff68b908148e88d130109f7b34d9e3e78e636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
warning: unresolved link to `…foo`
--> $DIR/redundant_explicit_links-utf8.rs:3:7
|
LL | /// [`…foo`]
| ^^^^ no item named `…foo` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `…bar`
--> $DIR/redundant_explicit_links-utf8.rs:4:7
|
LL | /// [`…bar`]
| ^^^^ no item named `…bar` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `…`
--> $DIR/redundant_explicit_links-utf8.rs:8:7
|
LL | /// [`…`]
| ^ no item named `…` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `…`
--> $DIR/redundant_explicit_links-utf8.rs:9:7
|
LL | /// [`…`]
| ^ no item named `…` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `…`
--> $DIR/redundant_explicit_links-utf8.rs:13:11
|
LL | /// [`…`][…]
| ^ no item named `…` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `…`
--> $DIR/redundant_explicit_links-utf8.rs:14:11
|
LL | /// [`…`][…]
| ^ no item named `…` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `…………………………`
--> $DIR/redundant_explicit_links-utf8.rs:21:15
|
LL | /// [Broken3][…………………………]
| ^^^^^^^^^^ no item named `…………………………` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: 7 warnings emitted
|