@@ -95,7 +95,7 @@ trait TraitAddReturnType {
95
95
#[ cfg( not( any( cfail1, cfail4) ) ) ]
96
96
#[ rustc_clean( cfg="cfail2" ) ]
97
97
#[ rustc_clean( cfg="cfail3" ) ]
98
- #[ rustc_clean( cfg="cfail5" ) ]
98
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
99
99
#[ rustc_clean( cfg="cfail6" ) ]
100
100
trait TraitAddReturnType {
101
101
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -120,7 +120,7 @@ trait TraitChangeReturnType {
120
120
#[ cfg( not( any( cfail1, cfail4) ) ) ]
121
121
#[ rustc_clean( cfg="cfail2" ) ]
122
122
#[ rustc_clean( cfg="cfail3" ) ]
123
- #[ rustc_clean( cfg="cfail5" ) ]
123
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
124
124
#[ rustc_clean( cfg="cfail6" ) ]
125
125
trait TraitChangeReturnType {
126
126
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -145,7 +145,7 @@ trait TraitAddParameterToMethod {
145
145
#[ cfg( not( any( cfail1, cfail4) ) ) ]
146
146
#[ rustc_clean( cfg="cfail2" ) ]
147
147
#[ rustc_clean( cfg="cfail3" ) ]
148
- #[ rustc_clean( cfg="cfail5" ) ]
148
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
149
149
#[ rustc_clean( cfg="cfail6" ) ]
150
150
trait TraitAddParameterToMethod {
151
151
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -177,7 +177,7 @@ trait TraitChangeMethodParameterName {
177
177
#[ cfg( not( any( cfail1, cfail4) ) ) ]
178
178
#[ rustc_clean( cfg="cfail2" ) ]
179
179
#[ rustc_clean( cfg="cfail3" ) ]
180
- #[ rustc_clean( cfg="cfail5" ) ]
180
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
181
181
#[ rustc_clean( cfg="cfail6" ) ]
182
182
trait TraitChangeMethodParameterName {
183
183
// FIXME(#38501) This should preferably always be clean.
@@ -209,7 +209,7 @@ trait TraitChangeMethodParameterType {
209
209
#[ cfg( not( any( cfail1, cfail4) ) ) ]
210
210
#[ rustc_clean( cfg="cfail2" ) ]
211
211
#[ rustc_clean( cfg="cfail3" ) ]
212
- #[ rustc_clean( cfg="cfail5" ) ]
212
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
213
213
#[ rustc_clean( cfg="cfail6" ) ]
214
214
trait TraitChangeMethodParameterType {
215
215
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -234,7 +234,7 @@ trait TraitChangeMethodParameterTypeRef {
234
234
#[ cfg( not( any( cfail1, cfail4) ) ) ]
235
235
#[ rustc_clean( cfg="cfail2" ) ]
236
236
#[ rustc_clean( cfg="cfail3" ) ]
237
- #[ rustc_clean( cfg="cfail5" ) ]
237
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
238
238
#[ rustc_clean( cfg="cfail6" ) ]
239
239
trait TraitChangeMethodParameterTypeRef {
240
240
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -259,7 +259,7 @@ trait TraitChangeMethodParametersOrder {
259
259
#[ cfg( not( any( cfail1, cfail4) ) ) ]
260
260
#[ rustc_clean( cfg="cfail2" ) ]
261
261
#[ rustc_clean( cfg="cfail3" ) ]
262
- #[ rustc_clean( cfg="cfail5" ) ]
262
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
263
263
#[ rustc_clean( cfg="cfail6" ) ]
264
264
trait TraitChangeMethodParametersOrder {
265
265
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -284,7 +284,7 @@ trait TraitAddMethodAutoImplementation {
284
284
#[ cfg( not( any( cfail1, cfail4) ) ) ]
285
285
#[ rustc_clean( cfg="cfail2" ) ]
286
286
#[ rustc_clean( cfg="cfail3" ) ]
287
- #[ rustc_clean( cfg="cfail5" ) ]
287
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
288
288
#[ rustc_clean( cfg="cfail6" ) ]
289
289
trait TraitAddMethodAutoImplementation {
290
290
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -328,7 +328,7 @@ trait TraitChangeModeSelfRefToMut {
328
328
#[ cfg( not( any( cfail1, cfail4) ) ) ]
329
329
#[ rustc_clean( cfg="cfail2" ) ]
330
330
#[ rustc_clean( cfg="cfail3" ) ]
331
- #[ rustc_clean( cfg="cfail5" ) ]
331
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
332
332
#[ rustc_clean( cfg="cfail6" ) ]
333
333
trait TraitChangeModeSelfRefToMut {
334
334
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -352,7 +352,7 @@ trait TraitChangeModeSelfOwnToMut: Sized {
352
352
#[ cfg( not( any( cfail1, cfail4) ) ) ]
353
353
#[ rustc_clean( cfg="cfail2" ) ]
354
354
#[ rustc_clean( cfg="cfail3" ) ]
355
- #[ rustc_clean( cfg="cfail5" ) ]
355
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
356
356
#[ rustc_clean( cfg="cfail6" ) ]
357
357
trait TraitChangeModeSelfOwnToMut : Sized {
358
358
#[ rustc_clean( except="opt_hir_owner_nodes,typeck,optimized_mir" , cfg="cfail2" ) ]
@@ -376,7 +376,7 @@ trait TraitChangeModeSelfOwnToRef {
376
376
#[ cfg( not( any( cfail1, cfail4) ) ) ]
377
377
#[ rustc_clean( cfg="cfail2" ) ]
378
378
#[ rustc_clean( cfg="cfail3" ) ]
379
- #[ rustc_clean( cfg="cfail5" ) ]
379
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
380
380
#[ rustc_clean( cfg="cfail6" ) ]
381
381
trait TraitChangeModeSelfOwnToRef {
382
382
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig,generics_of" , cfg="cfail2" ) ]
@@ -401,7 +401,7 @@ trait TraitAddUnsafeModifier {
401
401
#[ cfg( not( any( cfail1, cfail4) ) ) ]
402
402
#[ rustc_clean( cfg="cfail2" ) ]
403
403
#[ rustc_clean( cfg="cfail3" ) ]
404
- #[ rustc_clean( cfg="cfail5" ) ]
404
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
405
405
#[ rustc_clean( cfg="cfail6" ) ]
406
406
trait TraitAddUnsafeModifier {
407
407
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -426,7 +426,7 @@ trait TraitAddExternModifier {
426
426
#[ cfg( not( any( cfail1, cfail4) ) ) ]
427
427
#[ rustc_clean( cfg="cfail2" ) ]
428
428
#[ rustc_clean( cfg="cfail3" ) ]
429
- #[ rustc_clean( cfg="cfail5" ) ]
429
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
430
430
#[ rustc_clean( cfg="cfail6" ) ]
431
431
trait TraitAddExternModifier {
432
432
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -451,7 +451,7 @@ trait TraitChangeExternCToRustIntrinsic {
451
451
#[ cfg( not( any( cfail1, cfail4) ) ) ]
452
452
#[ rustc_clean( cfg="cfail2" ) ]
453
453
#[ rustc_clean( cfg="cfail3" ) ]
454
- #[ rustc_clean( cfg="cfail5" ) ]
454
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
455
455
#[ rustc_clean( cfg="cfail6" ) ]
456
456
trait TraitChangeExternCToRustIntrinsic {
457
457
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -478,7 +478,7 @@ trait TraitAddTypeParameterToMethod {
478
478
#[ cfg( not( any( cfail1, cfail4) ) ) ]
479
479
#[ rustc_clean( cfg="cfail2" ) ]
480
480
#[ rustc_clean( cfg="cfail3" ) ]
481
- #[ rustc_clean( cfg="cfail5" ) ]
481
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
482
482
#[ rustc_clean( cfg="cfail6" ) ]
483
483
trait TraitAddTypeParameterToMethod {
484
484
#[ rustc_clean( except="opt_hir_owner_nodes,generics_of,predicates_of,type_of" ,
@@ -505,7 +505,7 @@ trait TraitAddLifetimeParameterToMethod {
505
505
#[ cfg( not( any( cfail1, cfail4) ) ) ]
506
506
#[ rustc_clean( cfg="cfail2" ) ]
507
507
#[ rustc_clean( cfg="cfail3" ) ]
508
- #[ rustc_clean( cfg="cfail5" ) ]
508
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
509
509
#[ rustc_clean( cfg="cfail6" ) ]
510
510
trait TraitAddLifetimeParameterToMethod {
511
511
#[ rustc_clean( except="opt_hir_owner_nodes,fn_sig,generics_of" , cfg="cfail2" ) ]
@@ -534,7 +534,7 @@ trait TraitAddTraitBoundToMethodTypeParameter {
534
534
#[ cfg( not( any( cfail1, cfail4) ) ) ]
535
535
#[ rustc_clean( cfg="cfail2" ) ]
536
536
#[ rustc_clean( cfg="cfail3" ) ]
537
- #[ rustc_clean( cfg="cfail5" ) ]
537
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
538
538
#[ rustc_clean( cfg="cfail6" ) ]
539
539
trait TraitAddTraitBoundToMethodTypeParameter {
540
540
#[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -559,7 +559,7 @@ trait TraitAddBuiltinBoundToMethodTypeParameter {
559
559
#[ cfg( not( any( cfail1, cfail4) ) ) ]
560
560
#[ rustc_clean( cfg="cfail2" ) ]
561
561
#[ rustc_clean( cfg="cfail3" ) ]
562
- #[ rustc_clean( cfg="cfail5" ) ]
562
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
563
563
#[ rustc_clean( cfg="cfail6" ) ]
564
564
trait TraitAddBuiltinBoundToMethodTypeParameter {
565
565
#[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -590,7 +590,7 @@ trait TraitAddLifetimeBoundToMethodLifetimeParameter {
590
590
#[ cfg( not( any( cfail1, cfail4) ) ) ]
591
591
#[ rustc_clean( cfg="cfail2" ) ]
592
592
#[ rustc_clean( cfg="cfail3" ) ]
593
- #[ rustc_clean( cfg="cfail5" ) ]
593
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
594
594
#[ rustc_clean( cfg="cfail6" ) ]
595
595
trait TraitAddLifetimeBoundToMethodLifetimeParameter {
596
596
#[ rustc_clean(
@@ -621,7 +621,7 @@ trait TraitAddSecondTraitBoundToMethodTypeParameter {
621
621
#[ cfg( not( any( cfail1, cfail4) ) ) ]
622
622
#[ rustc_clean( cfg="cfail2" ) ]
623
623
#[ rustc_clean( cfg="cfail3" ) ]
624
- #[ rustc_clean( cfg="cfail5" ) ]
624
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
625
625
#[ rustc_clean( cfg="cfail6" ) ]
626
626
trait TraitAddSecondTraitBoundToMethodTypeParameter {
627
627
#[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -646,7 +646,7 @@ trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
646
646
#[ cfg( not( any( cfail1, cfail4) ) ) ]
647
647
#[ rustc_clean( cfg="cfail2" ) ]
648
648
#[ rustc_clean( cfg="cfail3" ) ]
649
- #[ rustc_clean( cfg="cfail5" ) ]
649
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
650
650
#[ rustc_clean( cfg="cfail6" ) ]
651
651
trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
652
652
#[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -677,7 +677,7 @@ trait TraitAddSecondLifetimeBoundToMethodLifetimeParameter {
677
677
#[ cfg( not( any( cfail1, cfail4) ) ) ]
678
678
#[ rustc_clean( cfg="cfail2" ) ]
679
679
#[ rustc_clean( cfg="cfail3" ) ]
680
- #[ rustc_clean( cfg="cfail5" ) ]
680
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
681
681
#[ rustc_clean( cfg="cfail6" ) ]
682
682
trait TraitAddSecondLifetimeBoundToMethodLifetimeParameter {
683
683
#[ rustc_clean(
@@ -746,7 +746,7 @@ trait TraitAddTraitBoundToAssociatedType {
746
746
#[ cfg( not( any( cfail1, cfail4) ) ) ]
747
747
#[ rustc_clean( cfg="cfail2" ) ]
748
748
#[ rustc_clean( cfg="cfail3" ) ]
749
- #[ rustc_clean( cfg="cfail5" ) ]
749
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
750
750
#[ rustc_clean( cfg="cfail6" ) ]
751
751
trait TraitAddTraitBoundToAssociatedType {
752
752
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -775,7 +775,7 @@ trait TraitAddLifetimeBoundToAssociatedType<'a> {
775
775
#[ cfg( not( any( cfail1, cfail4) ) ) ]
776
776
#[ rustc_clean( cfg="cfail2" ) ]
777
777
#[ rustc_clean( cfg="cfail3" ) ]
778
- #[ rustc_clean( cfg="cfail5" ) ]
778
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
779
779
#[ rustc_clean( cfg="cfail6" ) ]
780
780
trait TraitAddLifetimeBoundToAssociatedType < ' a > {
781
781
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -804,7 +804,7 @@ trait TraitAddDefaultToAssociatedType {
804
804
#[ cfg( not( any( cfail1, cfail4) ) ) ]
805
805
#[ rustc_clean( cfg="cfail2" ) ]
806
806
#[ rustc_clean( cfg="cfail3" ) ]
807
- #[ rustc_clean( cfg="cfail5" ) ]
807
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
808
808
#[ rustc_clean( cfg="cfail6" ) ]
809
809
trait TraitAddDefaultToAssociatedType {
810
810
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -856,7 +856,7 @@ trait TraitAddInitializerToAssociatedConstant {
856
856
#[ cfg( not( any( cfail1, cfail4) ) ) ]
857
857
#[ rustc_clean( cfg="cfail2" ) ]
858
858
#[ rustc_clean( cfg="cfail3" ) ]
859
- #[ rustc_clean( cfg="cfail5" ) ]
859
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
860
860
#[ rustc_clean( cfg="cfail6" ) ]
861
861
trait TraitAddInitializerToAssociatedConstant {
862
862
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -893,7 +893,7 @@ trait TraitChangeTypeOfAssociatedConstant {
893
893
#[ cfg( not( any( cfail1, cfail4) ) ) ]
894
894
#[ rustc_clean( cfg="cfail2" ) ]
895
895
#[ rustc_clean( cfg="cfail3" ) ]
896
- #[ rustc_clean( cfg="cfail5" ) ]
896
+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
897
897
#[ rustc_clean( cfg="cfail6" ) ]
898
898
trait TraitChangeTypeOfAssociatedConstant {
899
899
#[ rustc_clean( except="opt_hir_owner_nodes,type_of" , cfg="cfail2" ) ]
0 commit comments