]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/diagnostic-width.stderr
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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