about summary refs log tree commit diff
path: root/tests/rustdoc-ui/diagnostic-width.stderr
blob: d8c4934a576cf40140229ee68cc0b896622a08ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
error: this URL is not a hyperlink
  --> $DIR/diagnostic-width.rs:4:41
   |
LL | ... a http://link.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(rustdoc::bare_url...
   |       ^^^^^^^^^^^^^^^^^^
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