@@ -13,7 +13,7 @@ LL | #![deny(rustdoc::bare_urls)]
1313help: use an automatic link instead
1414 |
1515LL | /// <https://somewhere.com>
16- | ~~~~~~~~~~~~~~~~~~~~~~~
16+ | + +
1717
1818error: this URL is not a hyperlink
1919 --> $DIR/bare-urls.rs:7:5
@@ -25,7 +25,7 @@ LL | /// https://somewhere.com/a
2525help: use an automatic link instead
2626 |
2727LL | /// <https://somewhere.com/a>
28- | ~~~~~~~~~~~~~~~~~~~~~~~~~
28+ | + +
2929
3030error: this URL is not a hyperlink
3131 --> $DIR/bare-urls.rs:9:5
@@ -37,7 +37,7 @@ LL | /// https://www.somewhere.com
3737help: use an automatic link instead
3838 |
3939LL | /// <https://www.somewhere.com>
40- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+ | + +
4141
4242error: this URL is not a hyperlink
4343 --> $DIR/bare-urls.rs:11:5
@@ -49,7 +49,7 @@ LL | /// https://www.somewhere.com/a
4949help: use an automatic link instead
5050 |
5151LL | /// <https://www.somewhere.com/a>
52- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52+ | + +
5353
5454error: this URL is not a hyperlink
5555 --> $DIR/bare-urls.rs:13:5
@@ -61,7 +61,7 @@ LL | /// https://subdomain.example.com
6161help: use an automatic link instead
6262 |
6363LL | /// <https://subdomain.example.com>
64- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64+ | + +
6565
6666error: this URL is not a hyperlink
6767 --> $DIR/bare-urls.rs:15:5
@@ -73,7 +73,7 @@ LL | /// https://somewhere.com?
7373help: use an automatic link instead
7474 |
7575LL | /// <https://somewhere.com?>
76- | ~~~~~~~~~~~~~~~~~~~~~~~~
76+ | + +
7777
7878error: this URL is not a hyperlink
7979 --> $DIR/bare-urls.rs:17:5
@@ -85,7 +85,7 @@ LL | /// https://somewhere.com/a?
8585help: use an automatic link instead
8686 |
8787LL | /// <https://somewhere.com/a?>
88- | ~~~~~~~~~~~~~~~~~~~~~~~~~~
88+ | + +
8989
9090error: this URL is not a hyperlink
9191 --> $DIR/bare-urls.rs:19:5
@@ -97,7 +97,7 @@ LL | /// https://somewhere.com?hello=12
9797help: use an automatic link instead
9898 |
9999LL | /// <https://somewhere.com?hello=12>
100- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100+ | + +
101101
102102error: this URL is not a hyperlink
103103 --> $DIR/bare-urls.rs:21:5
@@ -109,7 +109,7 @@ LL | /// https://somewhere.com/a?hello=12
109109help: use an automatic link instead
110110 |
111111LL | /// <https://somewhere.com/a?hello=12>
112- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112+ | + +
113113
114114error: this URL is not a hyperlink
115115 --> $DIR/bare-urls.rs:23:5
@@ -121,7 +121,7 @@ LL | /// https://example.com?hello=12#xyz
121121help: use an automatic link instead
122122 |
123123LL | /// <https://example.com?hello=12#xyz>
124- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124+ | + +
125125
126126error: this URL is not a hyperlink
127127 --> $DIR/bare-urls.rs:25:5
@@ -133,7 +133,7 @@ LL | /// https://example.com/a?hello=12#xyz
133133help: use an automatic link instead
134134 |
135135LL | /// <https://example.com/a?hello=12#xyz>
136- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136+ | + +
137137
138138error: this URL is not a hyperlink
139139 --> $DIR/bare-urls.rs:27:5
@@ -145,7 +145,7 @@ LL | /// https://example.com#xyz
145145help: use an automatic link instead
146146 |
147147LL | /// <https://example.com#xyz>
148- | ~~~~~~~~~~~~~~~~~~~~~~~~~
148+ | + +
149149
150150error: this URL is not a hyperlink
151151 --> $DIR/bare-urls.rs:29:5
@@ -157,7 +157,7 @@ LL | /// https://example.com/a#xyz
157157help: use an automatic link instead
158158 |
159159LL | /// <https://example.com/a#xyz>
160- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
160+ | + +
161161
162162error: this URL is not a hyperlink
163163 --> $DIR/bare-urls.rs:31:5
@@ -169,7 +169,7 @@ LL | /// https://somewhere.com?hello=12&bye=11
169169help: use an automatic link instead
170170 |
171171LL | /// <https://somewhere.com?hello=12&bye=11>
172- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172+ | + +
173173
174174error: this URL is not a hyperlink
175175 --> $DIR/bare-urls.rs:33:5
@@ -181,7 +181,7 @@ LL | /// https://somewhere.com/a?hello=12&bye=11
181181help: use an automatic link instead
182182 |
183183LL | /// <https://somewhere.com/a?hello=12&bye=11>
184- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184+ | + +
185185
186186error: this URL is not a hyperlink
187187 --> $DIR/bare-urls.rs:35:5
@@ -193,7 +193,7 @@ LL | /// https://somewhere.com?hello=12&bye=11#xyz
193193help: use an automatic link instead
194194 |
195195LL | /// <https://somewhere.com?hello=12&bye=11#xyz>
196- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196+ | + +
197197
198198error: this URL is not a hyperlink
199199 --> $DIR/bare-urls.rs:37:10
@@ -205,7 +205,7 @@ LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
205205help: use an automatic link instead
206206 |
207207LL | /// hey! <https://somewhere.com/a?hello=12&bye=11#xyz>
208- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
208+ | + +
209209
210210error: aborting due to 17 previous errors
211211
0 commit comments