]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/diagnostic-width.stderr
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / diagnostic-width.stderr
1 error: this URL is not a hyperlink
2   --> $DIR/diagnostic-width.rs:4:41
3    |
4 LL | ... a http://link.com
5    |       ^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://link.com>`
6    |
7    = note: bare URLs are not automatically turned into clickable links
8 note: the lint level is defined here
9   --> $DIR/diagnostic-width.rs:2:9
10    |
11 LL | ...ny(rustdoc::bare_url...
12    |       ^^^^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15