2021-02-11 16:59:54 -06:00
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:5:5
|
2020-10-12 11:29:56 -05:00
|
|
|
|
|
2021-02-11 16:59:54 -06:00
|
|
|
LL | /// https://somewhere.com
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2020-10-12 11:29:56 -05:00
|
|
|
|
|
2022-09-23 13:34:34 -05:00
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2020-10-12 11:29:56 -05:00
|
|
|
note: the lint level is defined here
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:3:9
|
2020-10-12 11:29:56 -05:00
|
|
|
|
|
2021-03-27 22:35:02 -05:00
|
|
|
LL | #![deny(rustdoc::bare_urls)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com>
|
|
|
|
| + +
|
2020-10-12 11:29:56 -05:00
|
|
|
|
2020-10-14 08:11:55 -05:00
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:7:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com/a
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com/a>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:9:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://www.somewhere.com
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://www.somewhere.com>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:11:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://www.somewhere.com/a
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://www.somewhere.com/a>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:13:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://subdomain.example.com
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://subdomain.example.com>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:15:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com?
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com?>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:17:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com/a?
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com/a?>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:19:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
2020-10-13 08:46:34 -05:00
|
|
|
LL | /// https://somewhere.com?hello=12
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com?hello=12>
|
|
|
|
| + +
|
2020-10-12 11:29:56 -05:00
|
|
|
|
2020-10-14 08:11:55 -05:00
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:21:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com/a?hello=12
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com/a?hello=12>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:23:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://example.com?hello=12#xyz
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://example.com?hello=12#xyz>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:25:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://example.com/a?hello=12#xyz
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://example.com/a?hello=12#xyz>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:27:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://example.com#xyz
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://example.com#xyz>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:29:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://example.com/a#xyz
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://example.com/a#xyz>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:31:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com?hello=12&bye=11
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com?hello=12&bye=11>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:33:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com/a?hello=12&bye=11
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com/a?hello=12&bye=11>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:35:5
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// https://somewhere.com?hello=12&bye=11#xyz
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// <https://somewhere.com?hello=12&bye=11#xyz>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
error: this URL is not a hyperlink
|
2021-04-10 20:39:05 -05:00
|
|
|
--> $DIR/bare-urls.rs:37:10
|
2020-10-14 08:11:55 -05:00
|
|
|
|
|
|
|
|
LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
|
2024-07-03 15:00:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-12 20:35:06 -05:00
|
|
|
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2024-07-03 15:00:04 -05:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// hey! <https://somewhere.com/a?hello=12&bye=11#xyz>
|
|
|
|
| + +
|
2020-10-14 08:11:55 -05:00
|
|
|
|
2021-02-11 16:59:54 -06:00
|
|
|
error: aborting due to 17 previous errors
|
2020-10-12 11:29:56 -05:00
|
|
|
|