@@ -9,102 +9,135 @@ note: the lint level is defined here
99 |
1010LL | #![deny(rustdoc::bare_urls)]
1111 | ^^^^^^^^^^^^^^^^^^
12+ = note: bare URLs are not automatically turned into clickable links
1213
1314error: this URL is not a hyperlink
1415 --> $DIR/bare-urls.rs:7:5
1516 |
1617LL | /// https://somewhere.com/a
1718 | ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a>`
19+ |
20+ = note: bare URLs are not automatically turned into clickable links
1821
1922error: this URL is not a hyperlink
2023 --> $DIR/bare-urls.rs:9:5
2124 |
2225LL | /// https://www.somewhere.com
2326 | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com>`
27+ |
28+ = note: bare URLs are not automatically turned into clickable links
2429
2530error: this URL is not a hyperlink
2631 --> $DIR/bare-urls.rs:11:5
2732 |
2833LL | /// https://www.somewhere.com/a
2934 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.somewhere.com/a>`
35+ |
36+ = note: bare URLs are not automatically turned into clickable links
3037
3138error: this URL is not a hyperlink
3239 --> $DIR/bare-urls.rs:13:5
3340 |
3441LL | /// https://subdomain.example.com
3542 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://subdomain.example.com>`
43+ |
44+ = note: bare URLs are not automatically turned into clickable links
3645
3746error: this URL is not a hyperlink
3847 --> $DIR/bare-urls.rs:15:5
3948 |
4049LL | /// https://somewhere.com?
4150 | ^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?>`
51+ |
52+ = note: bare URLs are not automatically turned into clickable links
4253
4354error: this URL is not a hyperlink
4455 --> $DIR/bare-urls.rs:17:5
4556 |
4657LL | /// https://somewhere.com/a?
4758 | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?>`
59+ |
60+ = note: bare URLs are not automatically turned into clickable links
4861
4962error: this URL is not a hyperlink
5063 --> $DIR/bare-urls.rs:19:5
5164 |
5265LL | /// https://somewhere.com?hello=12
5366 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com?hello=12>`
67+ |
68+ = note: bare URLs are not automatically turned into clickable links
5469
5570error: this URL is not a hyperlink
5671 --> $DIR/bare-urls.rs:21:5
5772 |
5873LL | /// https://somewhere.com/a?hello=12
5974 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://somewhere.com/a?hello=12>`
75+ |
76+ = note: bare URLs are not automatically turned into clickable links
6077
6178error: this URL is not a hyperlink
6279 --> $DIR/bare-urls.rs:23:5
6380 |
6481LL | /// https://example.com?hello=12#xyz
6582 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com?hello=12#xyz>`
83+ |
84+ = note: bare URLs are not automatically turned into clickable links
6685
6786error: this URL is not a hyperlink
6887 --> $DIR/bare-urls.rs:25:5
6988 |
7089LL | /// https://example.com/a?hello=12#xyz
7190 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
7293
7394error: this URL is not a hyperlink
7495 --> $DIR/bare-urls.rs:27:5
7596 |
7697LL | /// https://example.com#xyz
7798 | ^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com#xyz>`
99+ |
100+ = note: bare URLs are not automatically turned into clickable links
78101
79102error: this URL is not a hyperlink
80103 --> $DIR/bare-urls.rs:29:5
81104 |
82105LL | /// https://example.com/a#xyz
83106 | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a#xyz>`
107+ |
108+ = note: bare URLs are not automatically turned into clickable links
84109
85110error: this URL is not a hyperlink
86111 --> $DIR/bare-urls.rs:31:5
87112 |
88113LL | /// https://somewhere.com?hello=12&bye=11
89114 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
90117
91118error: this URL is not a hyperlink
92119 --> $DIR/bare-urls.rs:33:5
93120 |
94121LL | /// https://somewhere.com/a?hello=12&bye=11
95122 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
96125
97126error: this URL is not a hyperlink
98127 --> $DIR/bare-urls.rs:35:5
99128 |
100129LL | /// https://somewhere.com?hello=12&bye=11#xyz
101130 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
102133
103134error: this URL is not a hyperlink
104135 --> $DIR/bare-urls.rs:37:10
105136 |
106137LL | /// hey! https://somewhere.com/a?hello=12&bye=11#xyz
107138 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
108141
109142error: aborting due to 17 previous errors
110143
0 commit comments