@@ -5,22 +5,6 @@ LL | #![doc(html_favicon_url)]
55 | ^^^^^^^----------------^^
66 | |
77 | expected this to be of the form `html_favicon_url = "..."`
8- |
9- help: try changing it to one of the following valid forms of the attribute
10- |
11- LL - #![doc(html_favicon_url)]
12- LL + #![doc = "string"]
13- |
14- LL - #![doc(html_favicon_url)]
15- LL + #![doc(alias)]
16- |
17- LL - #![doc(html_favicon_url)]
18- LL + #![doc(attribute)]
19- |
20- LL - #![doc(html_favicon_url)]
21- LL + #![doc(auto_cfg)]
22- |
23- = and 21 other candidates
248
259error[E0539]: malformed `doc` attribute input
2610 --> $DIR/bad-render-options.rs:6:1
@@ -29,22 +13,6 @@ LL | #![doc(html_logo_url)]
2913 | ^^^^^^^-------------^^
3014 | |
3115 | expected this to be of the form `html_logo_url = "..."`
32- |
33- help: try changing it to one of the following valid forms of the attribute
34- |
35- LL - #![doc(html_logo_url)]
36- LL + #![doc = "string"]
37- |
38- LL - #![doc(html_logo_url)]
39- LL + #![doc(alias)]
40- |
41- LL - #![doc(html_logo_url)]
42- LL + #![doc(attribute)]
43- |
44- LL - #![doc(html_logo_url)]
45- LL + #![doc(auto_cfg)]
46- |
47- = and 21 other candidates
4816
4917error[E0539]: malformed `doc` attribute input
5018 --> $DIR/bad-render-options.rs:9:1
@@ -53,22 +21,6 @@ LL | #![doc(html_playground_url)]
5321 | ^^^^^^^-------------------^^
5422 | |
5523 | expected this to be of the form `html_playground_url = "..."`
56- |
57- help: try changing it to one of the following valid forms of the attribute
58- |
59- LL - #![doc(html_playground_url)]
60- LL + #![doc = "string"]
61- |
62- LL - #![doc(html_playground_url)]
63- LL + #![doc(alias)]
64- |
65- LL - #![doc(html_playground_url)]
66- LL + #![doc(attribute)]
67- |
68- LL - #![doc(html_playground_url)]
69- LL + #![doc(auto_cfg)]
70- |
71- = and 21 other candidates
7224
7325error[E0539]: malformed `doc` attribute input
7426 --> $DIR/bad-render-options.rs:12:1
@@ -77,22 +29,6 @@ LL | #![doc(issue_tracker_base_url)]
7729 | ^^^^^^^----------------------^^
7830 | |
7931 | expected this to be of the form `issue_tracker_base_url = "..."`
80- |
81- help: try changing it to one of the following valid forms of the attribute
82- |
83- LL - #![doc(issue_tracker_base_url)]
84- LL + #![doc = "string"]
85- |
86- LL - #![doc(issue_tracker_base_url)]
87- LL + #![doc(alias)]
88- |
89- LL - #![doc(issue_tracker_base_url)]
90- LL + #![doc(attribute)]
91- |
92- LL - #![doc(issue_tracker_base_url)]
93- LL + #![doc(auto_cfg)]
94- |
95- = and 21 other candidates
9632
9733error[E0539]: malformed `doc` attribute input
9834 --> $DIR/bad-render-options.rs:15:1
@@ -101,22 +37,6 @@ LL | #![doc(html_favicon_url = 1)]
10137 | ^^^^^^^^^^^^^^^^^^^^^^^^^^-^^
10238 | |
10339 | expected a string literal here
104- |
105- help: try changing it to one of the following valid forms of the attribute
106- |
107- LL - #![doc(html_favicon_url = 1)]
108- LL + #![doc = "string"]
109- |
110- LL - #![doc(html_favicon_url = 1)]
111- LL + #![doc(alias)]
112- |
113- LL - #![doc(html_favicon_url = 1)]
114- LL + #![doc(attribute)]
115- |
116- LL - #![doc(html_favicon_url = 1)]
117- LL + #![doc(auto_cfg)]
118- |
119- = and 22 other candidates
12040
12141error[E0539]: malformed `doc` attribute input
12242 --> $DIR/bad-render-options.rs:18:1
@@ -125,22 +45,6 @@ LL | #![doc(html_logo_url = 2)]
12545 | ^^^^^^^^^^^^^^^^^^^^^^^-^^
12646 | |
12747 | expected a string literal here
128- |
129- help: try changing it to one of the following valid forms of the attribute
130- |
131- LL - #![doc(html_logo_url = 2)]
132- LL + #![doc = "string"]
133- |
134- LL - #![doc(html_logo_url = 2)]
135- LL + #![doc(alias)]
136- |
137- LL - #![doc(html_logo_url = 2)]
138- LL + #![doc(attribute)]
139- |
140- LL - #![doc(html_logo_url = 2)]
141- LL + #![doc(auto_cfg)]
142- |
143- = and 22 other candidates
14448
14549error[E0539]: malformed `doc` attribute input
14650 --> $DIR/bad-render-options.rs:21:1
@@ -149,22 +53,6 @@ LL | #![doc(html_playground_url = 3)]
14953 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-^^
15054 | |
15155 | expected a string literal here
152- |
153- help: try changing it to one of the following valid forms of the attribute
154- |
155- LL - #![doc(html_playground_url = 3)]
156- LL + #![doc = "string"]
157- |
158- LL - #![doc(html_playground_url = 3)]
159- LL + #![doc(alias)]
160- |
161- LL - #![doc(html_playground_url = 3)]
162- LL + #![doc(attribute)]
163- |
164- LL - #![doc(html_playground_url = 3)]
165- LL + #![doc(auto_cfg)]
166- |
167- = and 22 other candidates
16856
16957error[E0539]: malformed `doc` attribute input
17058 --> $DIR/bad-render-options.rs:24:1
@@ -173,22 +61,6 @@ LL | #![doc(issue_tracker_base_url = 4)]
17361 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-^^
17462 | |
17563 | expected a string literal here
176- |
177- help: try changing it to one of the following valid forms of the attribute
178- |
179- LL - #![doc(issue_tracker_base_url = 4)]
180- LL + #![doc = "string"]
181- |
182- LL - #![doc(issue_tracker_base_url = 4)]
183- LL + #![doc(alias)]
184- |
185- LL - #![doc(issue_tracker_base_url = 4)]
186- LL + #![doc(attribute)]
187- |
188- LL - #![doc(issue_tracker_base_url = 4)]
189- LL + #![doc(auto_cfg)]
190- |
191- = and 22 other candidates
19264
19365error[E0565]: malformed `doc` attribute input
19466 --> $DIR/bad-render-options.rs:27:1
@@ -197,22 +69,6 @@ LL | #![doc(html_no_source = "asdf")]
19769 | ^^^^^^^^^^^^^^^^^^^^^^--------^^
19870 | |
19971 | didn't expect any arguments here
200- |
201- help: try changing it to one of the following valid forms of the attribute
202- |
203- LL - #![doc(html_no_source = "asdf")]
204- LL + #![doc = "string"]
205- |
206- LL - #![doc(html_no_source = "asdf")]
207- LL + #![doc(alias)]
208- |
209- LL - #![doc(html_no_source = "asdf")]
210- LL + #![doc(attribute)]
211- |
212- LL - #![doc(html_no_source = "asdf")]
213- LL + #![doc(auto_cfg)]
214- |
215- = and 22 other candidates
21672
21773error: aborting due to 9 previous errors
21874
0 commit comments