26
26
enum EnumVisibility { A }
27
27
28
28
#[ cfg( not( cfail1) ) ]
29
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
29
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
30
30
#[ rustc_clean( cfg="cfail3" ) ]
31
31
pub enum EnumVisibility {
32
32
A
@@ -42,7 +42,7 @@ enum EnumChangeNameCStyleVariant {
42
42
}
43
43
44
44
#[ cfg( not( cfail1) ) ]
45
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
45
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
46
46
#[ rustc_clean( cfg="cfail3" ) ]
47
47
enum EnumChangeNameCStyleVariant {
48
48
Variant1 ,
@@ -59,7 +59,7 @@ enum EnumChangeNameTupleStyleVariant {
59
59
}
60
60
61
61
#[ cfg( not( cfail1) ) ]
62
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
62
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
63
63
#[ rustc_clean( cfg="cfail3" ) ]
64
64
enum EnumChangeNameTupleStyleVariant {
65
65
Variant1 ,
@@ -76,7 +76,7 @@ enum EnumChangeNameStructStyleVariant {
76
76
}
77
77
78
78
#[ cfg( not( cfail1) ) ]
79
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
79
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
80
80
#[ rustc_clean( cfg="cfail3" ) ]
81
81
enum EnumChangeNameStructStyleVariant {
82
82
Variant1 ,
@@ -109,7 +109,7 @@ enum EnumChangeValueCStyleVariant1 {
109
109
}
110
110
111
111
#[ cfg( not( cfail1) ) ]
112
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
112
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
113
113
#[ rustc_clean( cfg="cfail3" ) ]
114
114
enum EnumChangeValueCStyleVariant1 {
115
115
Variant1 ,
@@ -125,7 +125,7 @@ enum EnumAddCStyleVariant {
125
125
}
126
126
127
127
#[ cfg( not( cfail1) ) ]
128
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
128
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
129
129
#[ rustc_clean( cfg="cfail3" ) ]
130
130
enum EnumAddCStyleVariant {
131
131
Variant1 ,
@@ -142,7 +142,7 @@ enum EnumRemoveCStyleVariant {
142
142
}
143
143
144
144
#[ cfg( not( cfail1) ) ]
145
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
145
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
146
146
#[ rustc_clean( cfg="cfail3" ) ]
147
147
enum EnumRemoveCStyleVariant {
148
148
Variant1 ,
@@ -157,7 +157,7 @@ enum EnumAddTupleStyleVariant {
157
157
}
158
158
159
159
#[ cfg( not( cfail1) ) ]
160
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
160
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
161
161
#[ rustc_clean( cfg="cfail3" ) ]
162
162
enum EnumAddTupleStyleVariant {
163
163
Variant1 ,
@@ -174,7 +174,7 @@ enum EnumRemoveTupleStyleVariant {
174
174
}
175
175
176
176
#[ cfg( not( cfail1) ) ]
177
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
177
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
178
178
#[ rustc_clean( cfg="cfail3" ) ]
179
179
enum EnumRemoveTupleStyleVariant {
180
180
Variant1 ,
@@ -189,7 +189,7 @@ enum EnumAddStructStyleVariant {
189
189
}
190
190
191
191
#[ cfg( not( cfail1) ) ]
192
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
192
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
193
193
#[ rustc_clean( cfg="cfail3" ) ]
194
194
enum EnumAddStructStyleVariant {
195
195
Variant1 ,
@@ -206,7 +206,7 @@ enum EnumRemoveStructStyleVariant {
206
206
}
207
207
208
208
#[ cfg( not( cfail1) ) ]
209
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
209
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
210
210
#[ rustc_clean( cfg="cfail3" ) ]
211
211
enum EnumRemoveStructStyleVariant {
212
212
Variant1 ,
@@ -221,7 +221,7 @@ enum EnumChangeFieldTypeTupleStyleVariant {
221
221
}
222
222
223
223
#[ cfg( not( cfail1) ) ]
224
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
224
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
225
225
#[ rustc_clean( cfg="cfail3" ) ]
226
226
enum EnumChangeFieldTypeTupleStyleVariant {
227
227
Variant1 ( u32 ,
@@ -238,7 +238,7 @@ enum EnumChangeFieldTypeStructStyleVariant {
238
238
}
239
239
240
240
#[ cfg( not( cfail1) ) ]
241
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
241
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
242
242
#[ rustc_clean( cfg="cfail3" ) ]
243
243
enum EnumChangeFieldTypeStructStyleVariant {
244
244
Variant1 ,
@@ -257,7 +257,7 @@ enum EnumChangeFieldNameStructStyleVariant {
257
257
}
258
258
259
259
#[ cfg( not( cfail1) ) ]
260
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
260
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
261
261
#[ rustc_clean( cfg="cfail3" ) ]
262
262
enum EnumChangeFieldNameStructStyleVariant {
263
263
Variant1 { a : u32 , c : u32 } ,
@@ -272,7 +272,7 @@ enum EnumChangeOrderTupleStyleVariant {
272
272
}
273
273
274
274
#[ cfg( not( cfail1) ) ]
275
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
275
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
276
276
#[ rustc_clean( cfg="cfail3" ) ]
277
277
enum EnumChangeOrderTupleStyleVariant {
278
278
Variant1 (
@@ -289,7 +289,7 @@ enum EnumChangeFieldOrderStructStyleVariant {
289
289
}
290
290
291
291
#[ cfg( not( cfail1) ) ]
292
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
292
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
293
293
#[ rustc_clean( cfg="cfail3" ) ]
294
294
enum EnumChangeFieldOrderStructStyleVariant {
295
295
Variant1 { b : f32 , a : u32 } ,
@@ -304,7 +304,7 @@ enum EnumAddFieldTupleStyleVariant {
304
304
}
305
305
306
306
#[ cfg( not( cfail1) ) ]
307
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
307
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
308
308
#[ rustc_clean( cfg="cfail3" ) ]
309
309
enum EnumAddFieldTupleStyleVariant {
310
310
Variant1 ( u32 , u32 , u32 ) ,
@@ -319,7 +319,7 @@ enum EnumAddFieldStructStyleVariant {
319
319
}
320
320
321
321
#[ cfg( not( cfail1) ) ]
322
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
322
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
323
323
#[ rustc_clean( cfg="cfail3" ) ]
324
324
enum EnumAddFieldStructStyleVariant {
325
325
Variant1 { a : u32 , b : u32 , c : u32 } ,
@@ -335,7 +335,7 @@ enum EnumAddMustUse {
335
335
}
336
336
337
337
#[ cfg( not( cfail1) ) ]
338
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
338
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
339
339
#[ rustc_clean( cfg="cfail3" ) ]
340
340
#[ must_use]
341
341
enum EnumAddMustUse {
@@ -353,7 +353,7 @@ enum EnumAddReprC {
353
353
}
354
354
355
355
#[ cfg( not( cfail1) ) ]
356
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,type_of" ) ]
356
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,type_of" ) ]
357
357
#[ rustc_clean( cfg="cfail3" ) ]
358
358
#[ repr( C ) ]
359
359
enum EnumAddReprC {
@@ -531,7 +531,7 @@ enum EnumSwapUsageTypeParameters<A, B> {
531
531
}
532
532
533
533
#[ cfg( not( cfail1) ) ]
534
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
534
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
535
535
#[ rustc_clean( cfg="cfail3" ) ]
536
536
enum EnumSwapUsageTypeParameters < A , B > {
537
537
Variant1 {
@@ -552,7 +552,7 @@ enum EnumSwapUsageLifetimeParameters<'a, 'b> {
552
552
}
553
553
554
554
#[ cfg( not( cfail1) ) ]
555
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
555
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
556
556
#[ rustc_clean( cfg="cfail3" ) ]
557
557
enum EnumSwapUsageLifetimeParameters < ' a , ' b > {
558
558
Variant1 {
@@ -577,7 +577,7 @@ mod change_field_type_indirectly_tuple_style {
577
577
#[ cfg( not( cfail1) ) ]
578
578
use super :: ReferencedType2 as FieldType ;
579
579
580
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
580
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
581
581
#[ rustc_clean( cfg="cfail3" ) ]
582
582
enum TupleStyle {
583
583
Variant1 (
@@ -595,7 +595,7 @@ mod change_field_type_indirectly_struct_style {
595
595
#[ cfg( not( cfail1) ) ]
596
596
use super :: ReferencedType2 as FieldType ;
597
597
598
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items" ) ]
598
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items" ) ]
599
599
#[ rustc_clean( cfg="cfail3" ) ]
600
600
enum StructStyle {
601
601
Variant1 {
@@ -618,7 +618,7 @@ mod change_trait_bound_indirectly {
618
618
#[ cfg( not( cfail1) ) ]
619
619
use super :: ReferencedTrait2 as Trait ;
620
620
621
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,predicates_of" ) ]
621
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,predicates_of" ) ]
622
622
#[ rustc_clean( cfg="cfail3" ) ]
623
623
enum Enum < T : Trait > {
624
624
Variant1 ( T )
@@ -634,7 +634,7 @@ mod change_trait_bound_indirectly_where {
634
634
#[ cfg( not( cfail1) ) ]
635
635
use super :: ReferencedTrait2 as Trait ;
636
636
637
- #[ rustc_clean( cfg="cfail2" , except="Hir ,hir_owner_items,predicates_of" ) ]
637
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner ,hir_owner_items,predicates_of" ) ]
638
638
#[ rustc_clean( cfg="cfail3" ) ]
639
639
enum Enum < T > where T : Trait {
640
640
Variant1 ( T )
0 commit comments