]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/diagnostic-width.stderr
Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco
[rust.git] / src / test / 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: the lint level is defined here
8   --> $DIR/diagnostic-width.rs:2:9
9    |
10 LL | ...ny(rustdoc::bare_url...
11    |       ^^^^^^^^^^^^^^^^^^
12    = note: bare URLs are not automatically turned into clickable links
13
14 error: aborting due to previous error
15