]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/url-improvements.stderr
Auto merge of #84004 - mattico:print-target-features-improvements, r=petrochenkov
[rust.git] / src / test / rustdoc-ui / url-improvements.stderr
1 error: this URL is not a hyperlink
2   --> $DIR/url-improvements.rs:3:5
3    |
4 LL | /// https://somewhere.com
5    |     ^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com>`
6    |
7 note: the lint level is defined here
8   --> $DIR/url-improvements.rs:1:9
9    |
10 LL | #![deny(rustdoc::bare_urls)]
11    |         ^^^^^^^^^^^^^^^^^^
12
13 error: this URL is not a hyperlink
14   --> $DIR/url-improvements.rs:5:5
15    |
16 LL | /// https://somewhere.com/a
17    |     ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a>`
18
19 error: this URL is not a hyperlink
20   --> $DIR/url-improvements.rs:7:5
21    |
22 LL | /// https://www.somewhere.com
23    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com>`
24
25 error: this URL is not a hyperlink
26   --> $DIR/url-improvements.rs:9:5
27    |
28 LL | /// https://www.somewhere.com/a
29    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com/a>`
30
31 error: this URL is not a hyperlink
32   --> $DIR/url-improvements.rs:11:5
33    |
34 LL | /// https://subdomain.example.com
35    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://subdomain.example.com>`
36
37 error: this URL is not a hyperlink
38   --> $DIR/url-improvements.rs:13:5
39    |
40 LL | /// https://somewhere.com?
41    |     ^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?>`
42
43 error: this URL is not a hyperlink
44   --> $DIR/url-improvements.rs:15:5
45    |
46 LL | /// https://somewhere.com/a?
47    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?>`
48
49 error: this URL is not a hyperlink
50   --> $DIR/url-improvements.rs:17:5
51    |
52 LL | /// https://somewhere.com?hello=12
53    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12>`
54
55 error: this URL is not a hyperlink
56   --> $DIR/url-improvements.rs:19:5
57    |
58 LL | /// https://somewhere.com/a?hello=12
59    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12>`
60
61 error: this URL is not a hyperlink
62   --> $DIR/url-improvements.rs:21:5
63    |
64 LL | /// https://example.com?hello=12#xyz
65    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com?hello=12#xyz>`
66
67 error: this URL is not a hyperlink
68   --> $DIR/url-improvements.rs:23:5
69    |
70 LL | /// https://example.com/a?hello=12#xyz
71    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a?hello=12#xyz>`
72
73 error: this URL is not a hyperlink
74   --> $DIR/url-improvements.rs:25:5
75    |
76 LL | /// https://example.com#xyz
77    |     ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com#xyz>`
78
79 error: this URL is not a hyperlink
80   --> $DIR/url-improvements.rs:27:5
81    |
82 LL | /// https://example.com/a#xyz
83    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a#xyz>`
84
85 error: this URL is not a hyperlink
86   --> $DIR/url-improvements.rs:29:5
87    |
88 LL | /// https://somewhere.com?hello=12&bye=11
89    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12&bye=11>`
90
91 error: this URL is not a hyperlink
92   --> $DIR/url-improvements.rs:31:5
93    |
94 LL | /// https://somewhere.com/a?hello=12&bye=11
95    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12&bye=11>`
96
97 error: this URL is not a hyperlink
98   --> $DIR/url-improvements.rs:33:5
99    |
100 LL | /// https://somewhere.com?hello=12&bye=11#xyz
101    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12&bye=11#xyz>`
102
103 error: this URL is not a hyperlink
104   --> $DIR/url-improvements.rs:35:10
105    |
106 LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
107    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12&bye=11#xyz>`
108
109 error: aborting due to 17 previous errors
110