1
- warning: `[Foo::baz]` cannot be resolved, ignoring it...
1
+ warning: `[Foo::baz]` cannot be resolved, ignoring it.
2
2
--> $DIR/intra-links-warning.rs:3:23
3
3
|
4
4
LL | //! Test with [Foo::baz], [Bar::foo], ...
@@ -7,71 +7,71 @@ LL | //! Test with [Foo::baz], [Bar::foo], ...
7
7
= note: `#[warn(intra_doc_link_resolution_failure)]` on by default
8
8
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
9
9
10
- warning: `[Bar::foo]` cannot be resolved, ignoring it...
10
+ warning: `[Bar::foo]` cannot be resolved, ignoring it.
11
11
--> $DIR/intra-links-warning.rs:3:35
12
12
|
13
13
LL | //! Test with [Foo::baz], [Bar::foo], ...
14
14
| ^^^^^^^^ cannot be resolved, ignoring
15
15
|
16
16
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
17
17
18
- warning: `[Uniooon::X]` cannot be resolved, ignoring it...
18
+ warning: `[Uniooon::X]` cannot be resolved, ignoring it.
19
19
--> $DIR/intra-links-warning.rs:6:13
20
20
|
21
21
LL | //! , [Uniooon::X] and [Qux::Z].
22
22
| ^^^^^^^^^^ cannot be resolved, ignoring
23
23
|
24
24
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
25
25
26
- warning: `[Qux::Z]` cannot be resolved, ignoring it...
26
+ warning: `[Qux::Z]` cannot be resolved, ignoring it.
27
27
--> $DIR/intra-links-warning.rs:6:30
28
28
|
29
29
LL | //! , [Uniooon::X] and [Qux::Z].
30
30
| ^^^^^^ cannot be resolved, ignoring
31
31
|
32
32
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
33
33
34
- warning: `[Uniooon::X]` cannot be resolved, ignoring it...
34
+ warning: `[Uniooon::X]` cannot be resolved, ignoring it.
35
35
--> $DIR/intra-links-warning.rs:10:14
36
36
|
37
37
LL | //! , [Uniooon::X] and [Qux::Z].
38
38
| ^^^^^^^^^^ cannot be resolved, ignoring
39
39
|
40
40
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
41
41
42
- warning: `[Qux::Z]` cannot be resolved, ignoring it...
42
+ warning: `[Qux::Z]` cannot be resolved, ignoring it.
43
43
--> $DIR/intra-links-warning.rs:10:31
44
44
|
45
45
LL | //! , [Uniooon::X] and [Qux::Z].
46
46
| ^^^^^^ cannot be resolved, ignoring
47
47
|
48
48
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
49
49
50
- warning: `[Qux:Y]` cannot be resolved, ignoring it...
50
+ warning: `[Qux:Y]` cannot be resolved, ignoring it.
51
51
--> $DIR/intra-links-warning.rs:14:13
52
52
|
53
53
LL | /// [Qux:Y]
54
54
| ^^^^^ cannot be resolved, ignoring
55
55
|
56
56
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
57
57
58
- warning: `[error]` cannot be resolved, ignoring it...
58
+ warning: `[error]` cannot be resolved, ignoring it.
59
59
--> $DIR/intra-links-warning.rs:58:30
60
60
|
61
61
LL | * time to introduce a link [error]*/
62
62
| ^^^^^ cannot be resolved, ignoring
63
63
|
64
64
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
65
65
66
- warning: `[error]` cannot be resolved, ignoring it...
66
+ warning: `[error]` cannot be resolved, ignoring it.
67
67
--> $DIR/intra-links-warning.rs:64:30
68
68
|
69
69
LL | * time to introduce a link [error]
70
70
| ^^^^^ cannot be resolved, ignoring
71
71
|
72
72
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
73
73
74
- warning: `[error]` cannot be resolved, ignoring it...
74
+ warning: `[error]` cannot be resolved, ignoring it.
75
75
--> $DIR/intra-links-warning.rs:68:1
76
76
|
77
77
LL | #[doc = "single line [error]"]
@@ -83,7 +83,7 @@ LL | #[doc = "single line [error]"]
83
83
^^^^^
84
84
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
85
85
86
- warning: `[error]` cannot be resolved, ignoring it...
86
+ warning: `[error]` cannot be resolved, ignoring it.
87
87
--> $DIR/intra-links-warning.rs:71:1
88
88
|
89
89
LL | #[doc = "single line with \"escaping\" [error]"]
@@ -95,7 +95,7 @@ LL | #[doc = "single line with \"escaping\" [error]"]
95
95
^^^^^
96
96
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
97
97
98
- warning: `[error]` cannot be resolved, ignoring it...
98
+ warning: `[error]` cannot be resolved, ignoring it.
99
99
--> $DIR/intra-links-warning.rs:74:1
100
100
|
101
101
LL | / /// Item docs.
@@ -109,47 +109,47 @@ LL | | /// [error]
109
109
^^^^^
110
110
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
111
111
112
- warning: `[error1]` cannot be resolved, ignoring it...
112
+ warning: `[error1]` cannot be resolved, ignoring it.
113
113
--> $DIR/intra-links-warning.rs:80:11
114
114
|
115
115
LL | /// docs [error1]
116
116
| ^^^^^^ cannot be resolved, ignoring
117
117
|
118
118
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
119
119
120
- warning: `[error2]` cannot be resolved, ignoring it...
120
+ warning: `[error2]` cannot be resolved, ignoring it.
121
121
--> $DIR/intra-links-warning.rs:82:11
122
122
|
123
123
LL | /// docs [error2]
124
124
| ^^^^^^ cannot be resolved, ignoring
125
125
|
126
126
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
127
127
128
- warning: `[BarA]` cannot be resolved, ignoring it...
128
+ warning: `[BarA]` cannot be resolved, ignoring it.
129
129
--> $DIR/intra-links-warning.rs:21:10
130
130
|
131
131
LL | /// bar [BarA] bar
132
132
| ^^^^ cannot be resolved, ignoring
133
133
|
134
134
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
135
135
136
- warning: `[BarB]` cannot be resolved, ignoring it...
136
+ warning: `[BarB]` cannot be resolved, ignoring it.
137
137
--> $DIR/intra-links-warning.rs:27:9
138
138
|
139
139
LL | * bar [BarB] bar
140
140
| ^^^^ cannot be resolved, ignoring
141
141
|
142
142
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
143
143
144
- warning: `[BarC]` cannot be resolved, ignoring it...
144
+ warning: `[BarC]` cannot be resolved, ignoring it.
145
145
--> $DIR/intra-links-warning.rs:34:6
146
146
|
147
147
LL | bar [BarC] bar
148
148
| ^^^^ cannot be resolved, ignoring
149
149
|
150
150
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
151
151
152
- warning: `[BarD]` cannot be resolved, ignoring it...
152
+ warning: `[BarD]` cannot be resolved, ignoring it.
153
153
--> $DIR/intra-links-warning.rs:45:1
154
154
|
155
155
LL | #[doc = "Foo\nbar [BarD] bar\nbaz"]
@@ -161,7 +161,7 @@ LL | #[doc = "Foo\nbar [BarD] bar\nbaz"]
161
161
^^^^
162
162
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
163
163
164
- warning: `[BarF]` cannot be resolved, ignoring it...
164
+ warning: `[BarF]` cannot be resolved, ignoring it.
165
165
--> $DIR/intra-links-warning.rs:50:9
166
166
|
167
167
LL | #[doc = $f]
0 commit comments