@@ -95,7 +95,7 @@ trait TraitAddReturnType {
9595#[ cfg( not( any( cfail1, cfail4) ) ) ]
9696#[ rustc_clean( cfg="cfail2" ) ]
9797#[ rustc_clean( cfg="cfail3" ) ]
98- #[ rustc_clean( cfg="cfail5" ) ]
98+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
9999#[ rustc_clean( cfg="cfail6" ) ]
100100trait TraitAddReturnType {
101101 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -120,7 +120,7 @@ trait TraitChangeReturnType {
120120#[ cfg( not( any( cfail1, cfail4) ) ) ]
121121#[ rustc_clean( cfg="cfail2" ) ]
122122#[ rustc_clean( cfg="cfail3" ) ]
123- #[ rustc_clean( cfg="cfail5" ) ]
123+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
124124#[ rustc_clean( cfg="cfail6" ) ]
125125trait TraitChangeReturnType {
126126 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -145,7 +145,7 @@ trait TraitAddParameterToMethod {
145145#[ cfg( not( any( cfail1, cfail4) ) ) ]
146146#[ rustc_clean( cfg="cfail2" ) ]
147147#[ rustc_clean( cfg="cfail3" ) ]
148- #[ rustc_clean( cfg="cfail5" ) ]
148+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
149149#[ rustc_clean( cfg="cfail6" ) ]
150150trait TraitAddParameterToMethod {
151151 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -177,7 +177,7 @@ trait TraitChangeMethodParameterName {
177177#[ cfg( not( any( cfail1, cfail4) ) ) ]
178178#[ rustc_clean( cfg="cfail2" ) ]
179179#[ rustc_clean( cfg="cfail3" ) ]
180- #[ rustc_clean( cfg="cfail5" ) ]
180+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
181181#[ rustc_clean( cfg="cfail6" ) ]
182182trait TraitChangeMethodParameterName {
183183 // FIXME(#38501) This should preferably always be clean.
@@ -209,7 +209,7 @@ trait TraitChangeMethodParameterType {
209209#[ cfg( not( any( cfail1, cfail4) ) ) ]
210210#[ rustc_clean( cfg="cfail2" ) ]
211211#[ rustc_clean( cfg="cfail3" ) ]
212- #[ rustc_clean( cfg="cfail5" ) ]
212+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
213213#[ rustc_clean( cfg="cfail6" ) ]
214214trait TraitChangeMethodParameterType {
215215 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -234,7 +234,7 @@ trait TraitChangeMethodParameterTypeRef {
234234#[ cfg( not( any( cfail1, cfail4) ) ) ]
235235#[ rustc_clean( cfg="cfail2" ) ]
236236#[ rustc_clean( cfg="cfail3" ) ]
237- #[ rustc_clean( cfg="cfail5" ) ]
237+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
238238#[ rustc_clean( cfg="cfail6" ) ]
239239trait TraitChangeMethodParameterTypeRef {
240240 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -259,7 +259,7 @@ trait TraitChangeMethodParametersOrder {
259259#[ cfg( not( any( cfail1, cfail4) ) ) ]
260260#[ rustc_clean( cfg="cfail2" ) ]
261261#[ rustc_clean( cfg="cfail3" ) ]
262- #[ rustc_clean( cfg="cfail5" ) ]
262+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
263263#[ rustc_clean( cfg="cfail6" ) ]
264264trait TraitChangeMethodParametersOrder {
265265 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -284,7 +284,7 @@ trait TraitAddMethodAutoImplementation {
284284#[ cfg( not( any( cfail1, cfail4) ) ) ]
285285#[ rustc_clean( cfg="cfail2" ) ]
286286#[ rustc_clean( cfg="cfail3" ) ]
287- #[ rustc_clean( cfg="cfail5" ) ]
287+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
288288#[ rustc_clean( cfg="cfail6" ) ]
289289trait TraitAddMethodAutoImplementation {
290290 #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -328,7 +328,7 @@ trait TraitChangeModeSelfRefToMut {
328328#[ cfg( not( any( cfail1, cfail4) ) ) ]
329329#[ rustc_clean( cfg="cfail2" ) ]
330330#[ rustc_clean( cfg="cfail3" ) ]
331- #[ rustc_clean( cfg="cfail5" ) ]
331+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
332332#[ rustc_clean( cfg="cfail6" ) ]
333333trait TraitChangeModeSelfRefToMut {
334334 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -352,7 +352,7 @@ trait TraitChangeModeSelfOwnToMut: Sized {
352352#[ cfg( not( any( cfail1, cfail4) ) ) ]
353353#[ rustc_clean( cfg="cfail2" ) ]
354354#[ rustc_clean( cfg="cfail3" ) ]
355- #[ rustc_clean( cfg="cfail5" ) ]
355+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
356356#[ rustc_clean( cfg="cfail6" ) ]
357357trait TraitChangeModeSelfOwnToMut : Sized {
358358 #[ rustc_clean( except="opt_hir_owner_nodes,typeck,optimized_mir" , cfg="cfail2" ) ]
@@ -376,7 +376,7 @@ trait TraitChangeModeSelfOwnToRef {
376376#[ cfg( not( any( cfail1, cfail4) ) ) ]
377377#[ rustc_clean( cfg="cfail2" ) ]
378378#[ rustc_clean( cfg="cfail3" ) ]
379- #[ rustc_clean( cfg="cfail5" ) ]
379+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
380380#[ rustc_clean( cfg="cfail6" ) ]
381381trait TraitChangeModeSelfOwnToRef {
382382 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig,generics_of" , cfg="cfail2" ) ]
@@ -401,7 +401,7 @@ trait TraitAddUnsafeModifier {
401401#[ cfg( not( any( cfail1, cfail4) ) ) ]
402402#[ rustc_clean( cfg="cfail2" ) ]
403403#[ rustc_clean( cfg="cfail3" ) ]
404- #[ rustc_clean( cfg="cfail5" ) ]
404+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
405405#[ rustc_clean( cfg="cfail6" ) ]
406406trait TraitAddUnsafeModifier {
407407 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -426,7 +426,7 @@ trait TraitAddExternModifier {
426426#[ cfg( not( any( cfail1, cfail4) ) ) ]
427427#[ rustc_clean( cfg="cfail2" ) ]
428428#[ rustc_clean( cfg="cfail3" ) ]
429- #[ rustc_clean( cfg="cfail5" ) ]
429+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
430430#[ rustc_clean( cfg="cfail6" ) ]
431431trait TraitAddExternModifier {
432432 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -451,7 +451,7 @@ trait TraitChangeExternCToRustIntrinsic {
451451#[ cfg( not( any( cfail1, cfail4) ) ) ]
452452#[ rustc_clean( cfg="cfail2" ) ]
453453#[ rustc_clean( cfg="cfail3" ) ]
454- #[ rustc_clean( cfg="cfail5" ) ]
454+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
455455#[ rustc_clean( cfg="cfail6" ) ]
456456trait TraitChangeExternCToRustIntrinsic {
457457 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig" , cfg="cfail2" ) ]
@@ -478,7 +478,7 @@ trait TraitAddTypeParameterToMethod {
478478#[ cfg( not( any( cfail1, cfail4) ) ) ]
479479#[ rustc_clean( cfg="cfail2" ) ]
480480#[ rustc_clean( cfg="cfail3" ) ]
481- #[ rustc_clean( cfg="cfail5" ) ]
481+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
482482#[ rustc_clean( cfg="cfail6" ) ]
483483trait TraitAddTypeParameterToMethod {
484484 #[ rustc_clean( except="opt_hir_owner_nodes,generics_of,predicates_of,type_of" ,
@@ -505,7 +505,7 @@ trait TraitAddLifetimeParameterToMethod {
505505#[ cfg( not( any( cfail1, cfail4) ) ) ]
506506#[ rustc_clean( cfg="cfail2" ) ]
507507#[ rustc_clean( cfg="cfail3" ) ]
508- #[ rustc_clean( cfg="cfail5" ) ]
508+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
509509#[ rustc_clean( cfg="cfail6" ) ]
510510trait TraitAddLifetimeParameterToMethod {
511511 #[ rustc_clean( except="opt_hir_owner_nodes,fn_sig,generics_of" , cfg="cfail2" ) ]
@@ -534,7 +534,7 @@ trait TraitAddTraitBoundToMethodTypeParameter {
534534#[ cfg( not( any( cfail1, cfail4) ) ) ]
535535#[ rustc_clean( cfg="cfail2" ) ]
536536#[ rustc_clean( cfg="cfail3" ) ]
537- #[ rustc_clean( cfg="cfail5" ) ]
537+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
538538#[ rustc_clean( cfg="cfail6" ) ]
539539trait TraitAddTraitBoundToMethodTypeParameter {
540540 #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -559,7 +559,7 @@ trait TraitAddBuiltinBoundToMethodTypeParameter {
559559#[ cfg( not( any( cfail1, cfail4) ) ) ]
560560#[ rustc_clean( cfg="cfail2" ) ]
561561#[ rustc_clean( cfg="cfail3" ) ]
562- #[ rustc_clean( cfg="cfail5" ) ]
562+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
563563#[ rustc_clean( cfg="cfail6" ) ]
564564trait TraitAddBuiltinBoundToMethodTypeParameter {
565565 #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -590,7 +590,7 @@ trait TraitAddLifetimeBoundToMethodLifetimeParameter {
590590#[ cfg( not( any( cfail1, cfail4) ) ) ]
591591#[ rustc_clean( cfg="cfail2" ) ]
592592#[ rustc_clean( cfg="cfail3" ) ]
593- #[ rustc_clean( cfg="cfail5" ) ]
593+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
594594#[ rustc_clean( cfg="cfail6" ) ]
595595trait TraitAddLifetimeBoundToMethodLifetimeParameter {
596596 #[ rustc_clean(
@@ -621,7 +621,7 @@ trait TraitAddSecondTraitBoundToMethodTypeParameter {
621621#[ cfg( not( any( cfail1, cfail4) ) ) ]
622622#[ rustc_clean( cfg="cfail2" ) ]
623623#[ rustc_clean( cfg="cfail3" ) ]
624- #[ rustc_clean( cfg="cfail5" ) ]
624+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
625625#[ rustc_clean( cfg="cfail6" ) ]
626626trait TraitAddSecondTraitBoundToMethodTypeParameter {
627627 #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -646,7 +646,7 @@ trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
646646#[ cfg( not( any( cfail1, cfail4) ) ) ]
647647#[ rustc_clean( cfg="cfail2" ) ]
648648#[ rustc_clean( cfg="cfail3" ) ]
649- #[ rustc_clean( cfg="cfail5" ) ]
649+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
650650#[ rustc_clean( cfg="cfail6" ) ]
651651trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
652652 #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
@@ -677,7 +677,7 @@ trait TraitAddSecondLifetimeBoundToMethodLifetimeParameter {
677677#[ cfg( not( any( cfail1, cfail4) ) ) ]
678678#[ rustc_clean( cfg="cfail2" ) ]
679679#[ rustc_clean( cfg="cfail3" ) ]
680- #[ rustc_clean( cfg="cfail5" ) ]
680+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
681681#[ rustc_clean( cfg="cfail6" ) ]
682682trait TraitAddSecondLifetimeBoundToMethodLifetimeParameter {
683683 #[ rustc_clean(
@@ -746,7 +746,7 @@ trait TraitAddTraitBoundToAssociatedType {
746746#[ cfg( not( any( cfail1, cfail4) ) ) ]
747747#[ rustc_clean( cfg="cfail2" ) ]
748748#[ rustc_clean( cfg="cfail3" ) ]
749- #[ rustc_clean( cfg="cfail5" ) ]
749+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
750750#[ rustc_clean( cfg="cfail6" ) ]
751751trait TraitAddTraitBoundToAssociatedType {
752752 #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -775,7 +775,7 @@ trait TraitAddLifetimeBoundToAssociatedType<'a> {
775775#[ cfg( not( any( cfail1, cfail4) ) ) ]
776776#[ rustc_clean( cfg="cfail2" ) ]
777777#[ rustc_clean( cfg="cfail3" ) ]
778- #[ rustc_clean( cfg="cfail5" ) ]
778+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
779779#[ rustc_clean( cfg="cfail6" ) ]
780780trait TraitAddLifetimeBoundToAssociatedType < ' a > {
781781 #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -804,7 +804,7 @@ trait TraitAddDefaultToAssociatedType {
804804#[ cfg( not( any( cfail1, cfail4) ) ) ]
805805#[ rustc_clean( cfg="cfail2" ) ]
806806#[ rustc_clean( cfg="cfail3" ) ]
807- #[ rustc_clean( cfg="cfail5" ) ]
807+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
808808#[ rustc_clean( cfg="cfail6" ) ]
809809trait TraitAddDefaultToAssociatedType {
810810 #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -856,7 +856,7 @@ trait TraitAddInitializerToAssociatedConstant {
856856#[ cfg( not( any( cfail1, cfail4) ) ) ]
857857#[ rustc_clean( cfg="cfail2" ) ]
858858#[ rustc_clean( cfg="cfail3" ) ]
859- #[ rustc_clean( cfg="cfail5" ) ]
859+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
860860#[ rustc_clean( cfg="cfail6" ) ]
861861trait TraitAddInitializerToAssociatedConstant {
862862 #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -893,7 +893,7 @@ trait TraitChangeTypeOfAssociatedConstant {
893893#[ cfg( not( any( cfail1, cfail4) ) ) ]
894894#[ rustc_clean( cfg="cfail2" ) ]
895895#[ rustc_clean( cfg="cfail3" ) ]
896- #[ rustc_clean( cfg="cfail5" ) ]
896+ #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail5" ) ]
897897#[ rustc_clean( cfg="cfail6" ) ]
898898trait TraitChangeTypeOfAssociatedConstant {
899899 #[ rustc_clean( except="opt_hir_owner_nodes,type_of" , cfg="cfail2" ) ]
0 commit comments