]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/bare-urls.stderr
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / rustdoc-ui / bare-urls.stderr
1 error: this URL is not a hyperlink
2   --> $DIR/bare-urls.rs:5:5
3    |
4 LL | /// https://somewhere.com
5    |     ^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com>`
6    |
7    = note: bare URLs are not automatically turned into clickable links
8 note: the lint level is defined here
9   --> $DIR/bare-urls.rs:3:9
10    |
11 LL | #![deny(rustdoc::bare_urls)]
12    |         ^^^^^^^^^^^^^^^^^^
13
14 error: this URL is not a hyperlink
15   --> $DIR/bare-urls.rs:7:5
16    |
17 LL | /// https://somewhere.com/a
18    |     ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a>`
19    |
20    = note: bare URLs are not automatically turned into clickable links
21
22 error: this URL is not a hyperlink
23   --> $DIR/bare-urls.rs:9:5
24    |
25 LL | /// https://www.somewhere.com
26    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com>`
27    |
28    = note: bare URLs are not automatically turned into clickable links
29
30 error: this URL is not a hyperlink
31   --> $DIR/bare-urls.rs:11:5
32    |
33 LL | /// https://www.somewhere.com/a
34    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com/a>`
35    |
36    = note: bare URLs are not automatically turned into clickable links
37
38 error: this URL is not a hyperlink
39   --> $DIR/bare-urls.rs:13:5
40    |
41 LL | /// https://subdomain.example.com
42    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://subdomain.example.com>`
43    |
44    = note: bare URLs are not automatically turned into clickable links
45
46 error: this URL is not a hyperlink
47   --> $DIR/bare-urls.rs:15:5
48    |
49 LL | /// https://somewhere.com?
50    |     ^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?>`
51    |
52    = note: bare URLs are not automatically turned into clickable links
53
54 error: this URL is not a hyperlink
55   --> $DIR/bare-urls.rs:17:5
56    |
57 LL | /// https://somewhere.com/a?
58    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?>`
59    |
60    = note: bare URLs are not automatically turned into clickable links
61
62 error: this URL is not a hyperlink
63   --> $DIR/bare-urls.rs:19:5
64    |
65 LL | /// https://somewhere.com?hello=12
66    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12>`
67    |
68    = note: bare URLs are not automatically turned into clickable links
69
70 error: this URL is not a hyperlink
71   --> $DIR/bare-urls.rs:21:5
72    |
73 LL | /// https://somewhere.com/a?hello=12
74    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12>`
75    |
76    = note: bare URLs are not automatically turned into clickable links
77
78 error: this URL is not a hyperlink
79   --> $DIR/bare-urls.rs:23:5
80    |
81 LL | /// https://example.com?hello=12#xyz
82    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com?hello=12#xyz>`
83    |
84    = note: bare URLs are not automatically turned into clickable links
85
86 error: this URL is not a hyperlink
87   --> $DIR/bare-urls.rs:25:5
88    |
89 LL | /// https://example.com/a?hello=12#xyz
90    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a?hello=12#xyz>`
91    |
92    = note: bare URLs are not automatically turned into clickable links
93
94 error: this URL is not a hyperlink
95   --> $DIR/bare-urls.rs:27:5
96    |
97 LL | /// https://example.com#xyz
98    |     ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com#xyz>`
99    |
100    = note: bare URLs are not automatically turned into clickable links
101
102 error: this URL is not a hyperlink
103   --> $DIR/bare-urls.rs:29:5
104    |
105 LL | /// https://example.com/a#xyz
106    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a#xyz>`
107    |
108    = note: bare URLs are not automatically turned into clickable links
109
110 error: this URL is not a hyperlink
111   --> $DIR/bare-urls.rs:31:5
112    |
113 LL | /// https://somewhere.com?hello=12&bye=11
114    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12&bye=11>`
115    |
116    = note: bare URLs are not automatically turned into clickable links
117
118 error: this URL is not a hyperlink
119   --> $DIR/bare-urls.rs:33:5
120    |
121 LL | /// https://somewhere.com/a?hello=12&bye=11
122    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12&bye=11>`
123    |
124    = note: bare URLs are not automatically turned into clickable links
125
126 error: this URL is not a hyperlink
127   --> $DIR/bare-urls.rs:35:5
128    |
129 LL | /// https://somewhere.com?hello=12&bye=11#xyz
130    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12&bye=11#xyz>`
131    |
132    = note: bare URLs are not automatically turned into clickable links
133
134 error: this URL is not a hyperlink
135   --> $DIR/bare-urls.rs:37:10
136    |
137 LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
138    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12&bye=11#xyz>`
139    |
140    = note: bare URLs are not automatically turned into clickable links
141
142 error: aborting due to 17 previous errors
143