@@ -2,142 +2,210 @@ error: this URL is not a hyperlink
2
2
--> $DIR/bare-urls.rs:5:5
3
3
|
4
4
LL | /// https://somewhere.com
5
- | ^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com>`
5
+ | ^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
7
= note: bare URLs are not automatically turned into clickable links
8
8
note: the lint level is defined here
9
9
--> $DIR/bare-urls.rs:3:9
10
10
|
11
11
LL | #![deny(rustdoc::bare_urls)]
12
12
| ^^^^^^^^^^^^^^^^^^
13
+ help: use an automatic link instead
14
+ |
15
+ LL | /// <https://somewhere.com>
16
+ | + +
13
17
14
18
error: this URL is not a hyperlink
15
19
--> $DIR/bare-urls.rs:7:5
16
20
|
17
21
LL | /// https://somewhere.com/a
18
- | ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a>`
22
+ | ^^^^^^^^^^^^^^^^^^^^^^^
19
23
|
20
24
= note: bare URLs are not automatically turned into clickable links
25
+ help: use an automatic link instead
26
+ |
27
+ LL | /// <https://somewhere.com/a>
28
+ | + +
21
29
22
30
error: this URL is not a hyperlink
23
31
--> $DIR/bare-urls.rs:9:5
24
32
|
25
33
LL | /// https://www.somewhere.com
26
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com>`
34
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^
27
35
|
28
36
= note: bare URLs are not automatically turned into clickable links
37
+ help: use an automatic link instead
38
+ |
39
+ LL | /// <https://www.somewhere.com>
40
+ | + +
29
41
30
42
error: this URL is not a hyperlink
31
43
--> $DIR/bare-urls.rs:11:5
32
44
|
33
45
LL | /// https://www.somewhere.com/a
34
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com/a>`
46
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
35
47
|
36
48
= note: bare URLs are not automatically turned into clickable links
49
+ help: use an automatic link instead
50
+ |
51
+ LL | /// <https://www.somewhere.com/a>
52
+ | + +
37
53
38
54
error: this URL is not a hyperlink
39
55
--> $DIR/bare-urls.rs:13:5
40
56
|
41
57
LL | /// https://subdomain.example.com
42
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://subdomain.example.com>`
58
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43
59
|
44
60
= note: bare URLs are not automatically turned into clickable links
61
+ help: use an automatic link instead
62
+ |
63
+ LL | /// <https://subdomain.example.com>
64
+ | + +
45
65
46
66
error: this URL is not a hyperlink
47
67
--> $DIR/bare-urls.rs:15:5
48
68
|
49
69
LL | /// https://somewhere.com?
50
- | ^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?>`
70
+ | ^^^^^^^^^^^^^^^^^^^^^^
51
71
|
52
72
= note: bare URLs are not automatically turned into clickable links
73
+ help: use an automatic link instead
74
+ |
75
+ LL | /// <https://somewhere.com?>
76
+ | + +
53
77
54
78
error: this URL is not a hyperlink
55
79
--> $DIR/bare-urls.rs:17:5
56
80
|
57
81
LL | /// https://somewhere.com/a?
58
- | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?>`
82
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
59
83
|
60
84
= note: bare URLs are not automatically turned into clickable links
85
+ help: use an automatic link instead
86
+ |
87
+ LL | /// <https://somewhere.com/a?>
88
+ | + +
61
89
62
90
error: this URL is not a hyperlink
63
91
--> $DIR/bare-urls.rs:19:5
64
92
|
65
93
LL | /// https://somewhere.com?hello=12
66
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12>`
94
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
67
95
|
68
96
= note: bare URLs are not automatically turned into clickable links
97
+ help: use an automatic link instead
98
+ |
99
+ LL | /// <https://somewhere.com?hello=12>
100
+ | + +
69
101
70
102
error: this URL is not a hyperlink
71
103
--> $DIR/bare-urls.rs:21:5
72
104
|
73
105
LL | /// https://somewhere.com/a?hello=12
74
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12>`
106
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
107
|
76
108
= note: bare URLs are not automatically turned into clickable links
109
+ help: use an automatic link instead
110
+ |
111
+ LL | /// <https://somewhere.com/a?hello=12>
112
+ | + +
77
113
78
114
error: this URL is not a hyperlink
79
115
--> $DIR/bare-urls.rs:23:5
80
116
|
81
117
LL | /// https://example.com?hello=12#xyz
82
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com?hello=12#xyz>`
118
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
83
119
|
84
120
= note: bare URLs are not automatically turned into clickable links
121
+ help: use an automatic link instead
122
+ |
123
+ LL | /// <https://example.com?hello=12#xyz>
124
+ | + +
85
125
86
126
error: this URL is not a hyperlink
87
127
--> $DIR/bare-urls.rs:25:5
88
128
|
89
129
LL | /// https://example.com/a?hello=12#xyz
90
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a?hello=12#xyz>`
130
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91
131
|
92
132
= note: bare URLs are not automatically turned into clickable links
133
+ help: use an automatic link instead
134
+ |
135
+ LL | /// <https://example.com/a?hello=12#xyz>
136
+ | + +
93
137
94
138
error: this URL is not a hyperlink
95
139
--> $DIR/bare-urls.rs:27:5
96
140
|
97
141
LL | /// https://example.com#xyz
98
- | ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com#xyz>`
142
+ | ^^^^^^^^^^^^^^^^^^^^^^^
99
143
|
100
144
= note: bare URLs are not automatically turned into clickable links
145
+ help: use an automatic link instead
146
+ |
147
+ LL | /// <https://example.com#xyz>
148
+ | + +
101
149
102
150
error: this URL is not a hyperlink
103
151
--> $DIR/bare-urls.rs:29:5
104
152
|
105
153
LL | /// https://example.com/a#xyz
106
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a#xyz>`
154
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^
107
155
|
108
156
= note: bare URLs are not automatically turned into clickable links
157
+ help: use an automatic link instead
158
+ |
159
+ LL | /// <https://example.com/a#xyz>
160
+ | + +
109
161
110
162
error: this URL is not a hyperlink
111
163
--> $DIR/bare-urls.rs:31:5
112
164
|
113
165
LL | /// https://somewhere.com?hello=12&bye=11
114
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12&bye=11>`
166
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
167
|
116
168
= note: bare URLs are not automatically turned into clickable links
169
+ help: use an automatic link instead
170
+ |
171
+ LL | /// <https://somewhere.com?hello=12&bye=11>
172
+ | + +
117
173
118
174
error: this URL is not a hyperlink
119
175
--> $DIR/bare-urls.rs:33:5
120
176
|
121
177
LL | /// https://somewhere.com/a?hello=12&bye=11
122
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12&bye=11>`
178
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
123
179
|
124
180
= note: bare URLs are not automatically turned into clickable links
181
+ help: use an automatic link instead
182
+ |
183
+ LL | /// <https://somewhere.com/a?hello=12&bye=11>
184
+ | + +
125
185
126
186
error: this URL is not a hyperlink
127
187
--> $DIR/bare-urls.rs:35:5
128
188
|
129
189
LL | /// https://somewhere.com?hello=12&bye=11#xyz
130
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12&bye=11#xyz>`
190
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
131
191
|
132
192
= note: bare URLs are not automatically turned into clickable links
193
+ help: use an automatic link instead
194
+ |
195
+ LL | /// <https://somewhere.com?hello=12&bye=11#xyz>
196
+ | + +
133
197
134
198
error: this URL is not a hyperlink
135
199
--> $DIR/bare-urls.rs:37:10
136
200
|
137
201
LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
138
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12&bye=11#xyz>`
202
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139
203
|
140
204
= note: bare URLs are not automatically turned into clickable links
205
+ help: use an automatic link instead
206
+ |
207
+ LL | /// hey! <https://somewhere.com/a?hello=12&bye=11#xyz>
208
+ | + +
141
209
142
210
error: aborting due to 17 previous errors
143
211
0 commit comments