2022-02-14 06:01:38 +00:00
|
|
|
error: this URL is not a hyperlink
|
2022-07-06 10:57:41 +00:00
|
|
|
--> $DIR/diagnostic-width.rs:4:41
|
2022-02-14 06:01:38 +00:00
|
|
|
|
|
|
|
|
LL | ... a http://link.com
|
2024-07-03 20:00:04 +00:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2022-02-14 06:01:38 +00:00
|
|
|
|
|
2022-09-23 18:34:34 +00:00
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
2022-02-14 06:01:38 +00:00
|
|
|
note: the lint level is defined here
|
2022-07-06 10:57:41 +00:00
|
|
|
--> $DIR/diagnostic-width.rs:2:9
|
2022-02-14 06:01:38 +00:00
|
|
|
|
|
|
|
|
LL | ...ny(rustdoc::bare_url...
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2024-07-03 20:00:04 +00:00
|
|
|
help: use an automatic link instead
|
|
|
|
|
|
|
|
|
LL | /// This is a long line that contains a <http://link.com>
|
|
|
|
| + +
|
2022-02-14 06:01:38 +00:00
|
|
|
|
2023-11-21 16:44:51 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-02-14 06:01:38 +00:00
|
|
|
|