@@ -30,7 +30,7 @@ trait TraitVisibility { }
3030#[ cfg( not( any( cfail1, cfail4) ) ) ]
3131#[ rustc_clean( cfg="cfail2" ) ]
3232#[ rustc_clean( cfg="cfail3" ) ]
33- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes" ) ]
33+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,predicates_of " ) ]
3434#[ rustc_clean( cfg="cfail6" ) ]
3535pub trait TraitVisibility { }
3636
@@ -43,7 +43,7 @@ trait TraitUnsafety { }
4343#[ cfg( not( any( cfail1, cfail4) ) ) ]
4444#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
4545#[ rustc_clean( cfg="cfail3" ) ]
46- #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
46+ #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of " , cfg="cfail5" ) ]
4747#[ rustc_clean( cfg="cfail6" ) ]
4848unsafe trait TraitUnsafety { }
4949
@@ -57,7 +57,7 @@ trait TraitAddMethod {
5757#[ cfg( not( any( cfail1, cfail4) ) ) ]
5858#[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail2" ) ]
5959#[ rustc_clean( cfg="cfail3" ) ]
60- #[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail5" ) ]
60+ #[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids,predicates_of " , cfg="cfail5" ) ]
6161#[ rustc_clean( cfg="cfail6" ) ]
6262pub trait TraitAddMethod {
6363 fn method ( ) ;
@@ -74,7 +74,7 @@ trait TraitChangeMethodName {
7474#[ cfg( not( any( cfail1, cfail4) ) ) ]
7575#[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail2" ) ]
7676#[ rustc_clean( cfg="cfail3" ) ]
77- #[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail5" ) ]
77+ #[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids,predicates_of " , cfg="cfail5" ) ]
7878#[ rustc_clean( cfg="cfail6" ) ]
7979trait TraitChangeMethodName {
8080 fn methodChanged ( ) ;
@@ -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( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
562+ #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of " , cfg="cfail5" ) ]
563563#[ rustc_clean( cfg="cfail6" ) ]
564564trait TraitAddBuiltinBoundToMethodTypeParameter {
565565 #[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -827,7 +827,7 @@ trait TraitAddAssociatedConstant {
827827#[ cfg( not( any( cfail1, cfail4) ) ) ]
828828#[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail2" ) ]
829829#[ rustc_clean( cfg="cfail3" ) ]
830- #[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail5" ) ]
830+ #[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids,predicates_of " , cfg="cfail5" ) ]
831831#[ rustc_clean( cfg="cfail6" ) ]
832832trait TraitAddAssociatedConstant {
833833 const Value : u32 ;
0 commit comments