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