summary refs log tree commit diff
path: root/tests/rustdoc-ui/include-str-bare-urls.stderr
blob: a4234196b2310fe4426dc209e4ccb451a1e1bf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: this URL is not a hyperlink
  --> $DIR/auxiliary/include-str-bare-urls.md:1:11
   |
LL | HEADS UP! https://example.com MUST SHOW UP IN THE STDERR FILE!
   |           ^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com>`
   |
   = note: bare URLs are not automatically turned into clickable links
note: the lint level is defined here
  --> $DIR/include-str-bare-urls.rs:14:9
   |
LL | #![deny(rustdoc::bare_urls)]
   |         ^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error