2022-02-14 06:01:38 +00:00
|
|
|
error: this URL is not a hyperlink
|
2022-07-06 11:57:41 +01:00
|
|
|
--> $DIR/diagnostic-width.rs:4:41
|
2022-02-14 06:01:38 +00:00
|
|
|
|
|
|
|
|
LL | ... a http://link.com
|
|
|
|
| ^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://link.com>`
|
|
|
|
|
|
2022-09-23 22:34:34 +04: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 11:57:41 +01:00
|
|
|
--> $DIR/diagnostic-width.rs:2:9
|
2022-02-14 06:01:38 +00:00
|
|
|
|
|
|
|
|
LL | ...ny(rustdoc::bare_url...
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|