mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
87a354b15d
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
error: this URL is not a hyperlink
|
|
--> $DIR/diagnostic-width.rs:4:41
|
|
|
|
|
LL | ... a http://link.com
|
|
| ^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://link.com>`
|
|
|
|
|
= note: bare URLs are not automatically turned into clickable links
|
|
note: the lint level is defined here
|
|
--> $DIR/diagnostic-width.rs:2:9
|
|
|
|
|
LL | ...ny(rustdoc::bare_url...
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|