@@ -30,7 +30,7 @@ trait TraitVisibility { }
30
30
#[ cfg( not( any( cfail1, cfail4) ) ) ]
31
31
#[ rustc_clean( cfg="cfail2" ) ]
32
32
#[ 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 " ) ]
34
34
#[ rustc_clean( cfg="cfail6" ) ]
35
35
pub trait TraitVisibility { }
36
36
@@ -43,7 +43,7 @@ trait TraitUnsafety { }
43
43
#[ cfg( not( any( cfail1, cfail4) ) ) ]
44
44
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
45
45
#[ 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" ) ]
47
47
#[ rustc_clean( cfg="cfail6" ) ]
48
48
unsafe trait TraitUnsafety { }
49
49
@@ -57,7 +57,7 @@ trait TraitAddMethod {
57
57
#[ cfg( not( any( cfail1, cfail4) ) ) ]
58
58
#[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail2" ) ]
59
59
#[ 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" ) ]
61
61
#[ rustc_clean( cfg="cfail6" ) ]
62
62
pub trait TraitAddMethod {
63
63
fn method ( ) ;
@@ -74,7 +74,7 @@ trait TraitChangeMethodName {
74
74
#[ cfg( not( any( cfail1, cfail4) ) ) ]
75
75
#[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail2" ) ]
76
76
#[ 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" ) ]
78
78
#[ rustc_clean( cfg="cfail6" ) ]
79
79
trait TraitChangeMethodName {
80
80
fn methodChanged ( ) ;
@@ -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( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
562
+ #[ rustc_clean( except="opt_hir_owner_nodes,predicates_of " , cfg="cfail5" ) ]
563
563
#[ rustc_clean( cfg="cfail6" ) ]
564
564
trait TraitAddBuiltinBoundToMethodTypeParameter {
565
565
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail2" ) ]
@@ -827,7 +827,7 @@ trait TraitAddAssociatedConstant {
827
827
#[ cfg( not( any( cfail1, cfail4) ) ) ]
828
828
#[ rustc_clean( except="opt_hir_owner_nodes,associated_item_def_ids" , cfg="cfail2" ) ]
829
829
#[ 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" ) ]
831
831
#[ rustc_clean( cfg="cfail6" ) ]
832
832
trait TraitAddAssociatedConstant {
833
833
const Value : u32 ;
0 commit comments