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