summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/diagnostic-width.stderr
blob: fed049d2b37bcdb5f7c60b218d04b312dabec6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: the lint level is defined here
  --> $DIR/diagnostic-width.rs:2:9
   |
LL | ...ny(rustdoc::bare_url...
   |       ^^^^^^^^^^^^^^^^^^
   = note: bare URLs are not automatically turned into clickable links

error: aborting due to previous error