Files
rust/tests/rustdoc-ui/lints/diagnostic-width.stderr
T
2026-04-06 14:48:52 -06:00

20 lines
540 B
Plaintext

error: this URL is not a hyperlink
--> $DIR/diagnostic-width.rs:4:41
|
LL | ... a http:...k.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(rustd..._urls)]
| ^^^^^...^^^^^
help: use an automatic link instead
|
LL | /// This is a long line that contains a <http://link.com>
| + +
error: aborting due to 1 previous error