@@ -12,14 +12,15 @@ LL - #![doc(html_favicon_url)]
1212LL + #![doc = "string"]
1313 |
1414LL - #![doc(html_favicon_url)]
15- LL + #![doc(hidden )]
15+ LL + #![doc(alias )]
1616 |
1717LL - #![doc(html_favicon_url)]
18- LL + #![doc(inline )]
18+ LL + #![doc(attribute )]
1919 |
2020LL - #![doc(html_favicon_url)]
21- LL + #![doc(test )]
21+ LL + #![doc(auto_cfg )]
2222 |
23+ = and 21 other candidates
2324
2425error[E0539]: malformed `doc` attribute input
2526 --> $DIR/bad-render-options.rs:6:1
@@ -35,14 +36,15 @@ LL - #![doc(html_logo_url)]
3536LL + #![doc = "string"]
3637 |
3738LL - #![doc(html_logo_url)]
38- LL + #![doc(hidden )]
39+ LL + #![doc(alias )]
3940 |
4041LL - #![doc(html_logo_url)]
41- LL + #![doc(inline )]
42+ LL + #![doc(attribute )]
4243 |
4344LL - #![doc(html_logo_url)]
44- LL + #![doc(test )]
45+ LL + #![doc(auto_cfg )]
4546 |
47+ = and 21 other candidates
4648
4749error[E0539]: malformed `doc` attribute input
4850 --> $DIR/bad-render-options.rs:9:1
@@ -58,14 +60,15 @@ LL - #![doc(html_playground_url)]
5860LL + #![doc = "string"]
5961 |
6062LL - #![doc(html_playground_url)]
61- LL + #![doc(hidden )]
63+ LL + #![doc(alias )]
6264 |
6365LL - #![doc(html_playground_url)]
64- LL + #![doc(inline )]
66+ LL + #![doc(attribute )]
6567 |
6668LL - #![doc(html_playground_url)]
67- LL + #![doc(test )]
69+ LL + #![doc(auto_cfg )]
6870 |
71+ = and 21 other candidates
6972
7073error[E0539]: malformed `doc` attribute input
7174 --> $DIR/bad-render-options.rs:12:1
@@ -81,14 +84,15 @@ LL - #![doc(issue_tracker_base_url)]
8184LL + #![doc = "string"]
8285 |
8386LL - #![doc(issue_tracker_base_url)]
84- LL + #![doc(hidden )]
87+ LL + #![doc(alias )]
8588 |
8689LL - #![doc(issue_tracker_base_url)]
87- LL + #![doc(inline )]
90+ LL + #![doc(attribute )]
8891 |
8992LL - #![doc(issue_tracker_base_url)]
90- LL + #![doc(test )]
93+ LL + #![doc(auto_cfg )]
9194 |
95+ = and 21 other candidates
9296
9397error[E0539]: malformed `doc` attribute input
9498 --> $DIR/bad-render-options.rs:15:1
@@ -104,14 +108,15 @@ LL - #![doc(html_favicon_url = 1)]
104108LL + #![doc = "string"]
105109 |
106110LL - #![doc(html_favicon_url = 1)]
107- LL + #![doc(hidden )]
111+ LL + #![doc(alias )]
108112 |
109113LL - #![doc(html_favicon_url = 1)]
110- LL + #![doc(inline )]
114+ LL + #![doc(attribute )]
111115 |
112116LL - #![doc(html_favicon_url = 1)]
113- LL + #![doc(test )]
117+ LL + #![doc(auto_cfg )]
114118 |
119+ = and 22 other candidates
115120
116121error[E0539]: malformed `doc` attribute input
117122 --> $DIR/bad-render-options.rs:18:1
@@ -127,14 +132,15 @@ LL - #![doc(html_logo_url = 2)]
127132LL + #![doc = "string"]
128133 |
129134LL - #![doc(html_logo_url = 2)]
130- LL + #![doc(hidden )]
135+ LL + #![doc(alias )]
131136 |
132137LL - #![doc(html_logo_url = 2)]
133- LL + #![doc(inline )]
138+ LL + #![doc(attribute )]
134139 |
135140LL - #![doc(html_logo_url = 2)]
136- LL + #![doc(test )]
141+ LL + #![doc(auto_cfg )]
137142 |
143+ = and 22 other candidates
138144
139145error[E0539]: malformed `doc` attribute input
140146 --> $DIR/bad-render-options.rs:21:1
@@ -150,14 +156,15 @@ LL - #![doc(html_playground_url = 3)]
150156LL + #![doc = "string"]
151157 |
152158LL - #![doc(html_playground_url = 3)]
153- LL + #![doc(hidden )]
159+ LL + #![doc(alias )]
154160 |
155161LL - #![doc(html_playground_url = 3)]
156- LL + #![doc(inline )]
162+ LL + #![doc(attribute )]
157163 |
158164LL - #![doc(html_playground_url = 3)]
159- LL + #![doc(test )]
165+ LL + #![doc(auto_cfg )]
160166 |
167+ = and 22 other candidates
161168
162169error[E0539]: malformed `doc` attribute input
163170 --> $DIR/bad-render-options.rs:24:1
@@ -173,14 +180,15 @@ LL - #![doc(issue_tracker_base_url = 4)]
173180LL + #![doc = "string"]
174181 |
175182LL - #![doc(issue_tracker_base_url = 4)]
176- LL + #![doc(hidden )]
183+ LL + #![doc(alias )]
177184 |
178185LL - #![doc(issue_tracker_base_url = 4)]
179- LL + #![doc(inline )]
186+ LL + #![doc(attribute )]
180187 |
181188LL - #![doc(issue_tracker_base_url = 4)]
182- LL + #![doc(test )]
189+ LL + #![doc(auto_cfg )]
183190 |
191+ = and 22 other candidates
184192
185193error[E0565]: malformed `doc` attribute input
186194 --> $DIR/bad-render-options.rs:27:1
@@ -196,14 +204,15 @@ LL - #![doc(html_no_source = "asdf")]
196204LL + #![doc = "string"]
197205 |
198206LL - #![doc(html_no_source = "asdf")]
199- LL + #![doc(hidden )]
207+ LL + #![doc(alias )]
200208 |
201209LL - #![doc(html_no_source = "asdf")]
202- LL + #![doc(inline )]
210+ LL + #![doc(attribute )]
203211 |
204212LL - #![doc(html_no_source = "asdf")]
205- LL + #![doc(test )]
213+ LL + #![doc(auto_cfg )]
206214 |
215+ = and 22 other candidates
207216
208217error: aborting due to 9 previous errors
209218
0 commit comments