@@ -5,48 +5,63 @@ warning: `[Foo::baz]` cannot be resolved, ignoring it...
5
5
| ^^^^^^^^ cannot be resolved, ignoring
6
6
|
7
7
= note: #[warn(intra_link_resolution_failure)] on by default
8
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
8
9
9
10
warning: `[Bar::foo]` cannot be resolved, ignoring it...
10
11
--> $DIR/intra-links-warning.rs:13:35
11
12
|
12
13
13 | //! Test with [Foo::baz], [Bar::foo], ...
13
14
| ^^^^^^^^ cannot be resolved, ignoring
15
+ |
16
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
14
17
15
18
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
16
19
--> $DIR/intra-links-warning.rs:14:13
17
20
|
18
21
14 | //! , [Uniooon::X] and [Qux::Z].
19
22
| ^^^^^^^^^^ cannot be resolved, ignoring
23
+ |
24
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
20
25
21
26
warning: `[Qux::Z]` cannot be resolved, ignoring it...
22
27
--> $DIR/intra-links-warning.rs:14:30
23
28
|
24
29
14 | //! , [Uniooon::X] and [Qux::Z].
25
30
| ^^^^^^ cannot be resolved, ignoring
31
+ |
32
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
26
33
27
34
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
28
35
--> $DIR/intra-links-warning.rs:16:14
29
36
|
30
37
16 | //! , [Uniooon::X] and [Qux::Z].
31
38
| ^^^^^^^^^^ cannot be resolved, ignoring
39
+ |
40
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
32
41
33
42
warning: `[Qux::Z]` cannot be resolved, ignoring it...
34
43
--> $DIR/intra-links-warning.rs:16:31
35
44
|
36
45
16 | //! , [Uniooon::X] and [Qux::Z].
37
46
| ^^^^^^ cannot be resolved, ignoring
47
+ |
48
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
38
49
39
50
warning: `[Qux:Y]` cannot be resolved, ignoring it...
40
51
--> $DIR/intra-links-warning.rs:18:13
41
52
|
42
53
18 | /// [Qux:Y]
43
54
| ^^^^^ cannot be resolved, ignoring
55
+ |
56
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
44
57
45
58
warning: `[BarA]` cannot be resolved, ignoring it...
46
59
--> $DIR/intra-links-warning.rs:24:10
47
60
|
48
61
24 | /// bar [BarA] bar
49
62
| ^^^^ cannot be resolved, ignoring
63
+ |
64
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
50
65
51
66
warning: `[BarB]` cannot be resolved, ignoring it...
52
67
--> $DIR/intra-links-warning.rs:28:1
@@ -62,6 +77,7 @@ warning: `[BarB]` cannot be resolved, ignoring it...
62
77
63
78
bar [BarB] bar
64
79
^^^^
80
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
65
81
66
82
warning: `[BarC]` cannot be resolved, ignoring it...
67
83
--> $DIR/intra-links-warning.rs:35:1
@@ -79,6 +95,7 @@ warning: `[BarC]` cannot be resolved, ignoring it...
79
95
80
96
bar [BarC] bar
81
97
^^^^
98
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
82
99
83
100
warning: `[BarD]` cannot be resolved, ignoring it...
84
101
--> $DIR/intra-links-warning.rs:48:1
@@ -90,6 +107,7 @@ warning: `[BarD]` cannot be resolved, ignoring it...
90
107
91
108
bar [BarD] bar
92
109
^^^^
110
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
93
111
94
112
warning: `[BarF]` cannot be resolved, ignoring it...
95
113
--> $DIR/intra-links-warning.rs:53:9
@@ -104,4 +122,5 @@ warning: `[BarF]` cannot be resolved, ignoring it...
104
122
105
123
bar [BarF] bar
106
124
^^^^
125
+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
107
126
0 commit comments