@@ -13,7 +13,7 @@ LL | #![deny(rustdoc::bare_urls)]
13
13
help: use an automatic link instead
14
14
|
15
15
LL | /// <https://somewhere.com>
16
- | ~~~~~~~~~~~~~~~~~~~~~~~
16
+ | + +
17
17
18
18
error: this URL is not a hyperlink
19
19
--> $DIR/bare-urls.rs:7:5
@@ -25,7 +25,7 @@ LL | /// https://somewhere.com/a
25
25
help: use an automatic link instead
26
26
|
27
27
LL | /// <https://somewhere.com/a>
28
- | ~~~~~~~~~~~~~~~~~~~~~~~~~
28
+ | + +
29
29
30
30
error: this URL is not a hyperlink
31
31
--> $DIR/bare-urls.rs:9:5
@@ -37,7 +37,7 @@ LL | /// https://www.somewhere.com
37
37
help: use an automatic link instead
38
38
|
39
39
LL | /// <https://www.somewhere.com>
40
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
+ | + +
41
41
42
42
error: this URL is not a hyperlink
43
43
--> $DIR/bare-urls.rs:11:5
@@ -49,7 +49,7 @@ LL | /// https://www.somewhere.com/a
49
49
help: use an automatic link instead
50
50
|
51
51
LL | /// <https://www.somewhere.com/a>
52
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52
+ | + +
53
53
54
54
error: this URL is not a hyperlink
55
55
--> $DIR/bare-urls.rs:13:5
@@ -61,7 +61,7 @@ LL | /// https://subdomain.example.com
61
61
help: use an automatic link instead
62
62
|
63
63
LL | /// <https://subdomain.example.com>
64
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64
+ | + +
65
65
66
66
error: this URL is not a hyperlink
67
67
--> $DIR/bare-urls.rs:15:5
@@ -73,7 +73,7 @@ LL | /// https://somewhere.com?
73
73
help: use an automatic link instead
74
74
|
75
75
LL | /// <https://somewhere.com?>
76
- | ~~~~~~~~~~~~~~~~~~~~~~~~
76
+ | + +
77
77
78
78
error: this URL is not a hyperlink
79
79
--> $DIR/bare-urls.rs:17:5
@@ -85,7 +85,7 @@ LL | /// https://somewhere.com/a?
85
85
help: use an automatic link instead
86
86
|
87
87
LL | /// <https://somewhere.com/a?>
88
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~
88
+ | + +
89
89
90
90
error: this URL is not a hyperlink
91
91
--> $DIR/bare-urls.rs:19:5
@@ -97,7 +97,7 @@ LL | /// https://somewhere.com?hello=12
97
97
help: use an automatic link instead
98
98
|
99
99
LL | /// <https://somewhere.com?hello=12>
100
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
+ | + +
101
101
102
102
error: this URL is not a hyperlink
103
103
--> $DIR/bare-urls.rs:21:5
@@ -109,7 +109,7 @@ LL | /// https://somewhere.com/a?hello=12
109
109
help: use an automatic link instead
110
110
|
111
111
LL | /// <https://somewhere.com/a?hello=12>
112
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112
+ | + +
113
113
114
114
error: this URL is not a hyperlink
115
115
--> $DIR/bare-urls.rs:23:5
@@ -121,7 +121,7 @@ LL | /// https://example.com?hello=12#xyz
121
121
help: use an automatic link instead
122
122
|
123
123
LL | /// <https://example.com?hello=12#xyz>
124
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124
+ | + +
125
125
126
126
error: this URL is not a hyperlink
127
127
--> $DIR/bare-urls.rs:25:5
@@ -133,7 +133,7 @@ LL | /// https://example.com/a?hello=12#xyz
133
133
help: use an automatic link instead
134
134
|
135
135
LL | /// <https://example.com/a?hello=12#xyz>
136
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136
+ | + +
137
137
138
138
error: this URL is not a hyperlink
139
139
--> $DIR/bare-urls.rs:27:5
@@ -145,7 +145,7 @@ LL | /// https://example.com#xyz
145
145
help: use an automatic link instead
146
146
|
147
147
LL | /// <https://example.com#xyz>
148
- | ~~~~~~~~~~~~~~~~~~~~~~~~~
148
+ | + +
149
149
150
150
error: this URL is not a hyperlink
151
151
--> $DIR/bare-urls.rs:29:5
@@ -157,7 +157,7 @@ LL | /// https://example.com/a#xyz
157
157
help: use an automatic link instead
158
158
|
159
159
LL | /// <https://example.com/a#xyz>
160
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
160
+ | + +
161
161
162
162
error: this URL is not a hyperlink
163
163
--> $DIR/bare-urls.rs:31:5
@@ -169,7 +169,7 @@ LL | /// https://somewhere.com?hello=12&bye=11
169
169
help: use an automatic link instead
170
170
|
171
171
LL | /// <https://somewhere.com?hello=12&bye=11>
172
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172
+ | + +
173
173
174
174
error: this URL is not a hyperlink
175
175
--> $DIR/bare-urls.rs:33:5
@@ -181,7 +181,7 @@ LL | /// https://somewhere.com/a?hello=12&bye=11
181
181
help: use an automatic link instead
182
182
|
183
183
LL | /// <https://somewhere.com/a?hello=12&bye=11>
184
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184
+ | + +
185
185
186
186
error: this URL is not a hyperlink
187
187
--> $DIR/bare-urls.rs:35:5
@@ -193,7 +193,7 @@ LL | /// https://somewhere.com?hello=12&bye=11#xyz
193
193
help: use an automatic link instead
194
194
|
195
195
LL | /// <https://somewhere.com?hello=12&bye=11#xyz>
196
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196
+ | + +
197
197
198
198
error: this URL is not a hyperlink
199
199
--> $DIR/bare-urls.rs:37:10
@@ -205,7 +205,7 @@ LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
205
205
help: use an automatic link instead
206
206
|
207
207
LL | /// hey! <https://somewhere.com/a?hello=12&bye=11#xyz>
208
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
208
+ | + +
209
209
210
210
error: aborting due to 17 previous errors
211
211
0 commit comments