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