@@ -33,7 +33,7 @@ trait TraitVisibility { }
33
33
#[ cfg( not( any( cfail1, cfail4) ) ) ]
34
34
#[ rustc_clean( except="hir_owner" , cfg="cfail2" ) ]
35
35
#[ rustc_clean( cfg="cfail3" ) ]
36
- #[ rustc_clean( except="hir_owner,predicates_of " , cfg="cfail5" ) ]
36
+ #[ rustc_clean( except="hir_owner" , cfg="cfail5" ) ]
37
37
#[ rustc_clean( cfg="cfail6" ) ]
38
38
pub trait TraitVisibility { }
39
39
@@ -46,7 +46,7 @@ trait TraitUnsafety { }
46
46
#[ cfg( not( any( cfail1, cfail4) ) ) ]
47
47
#[ rustc_clean( except="hir_owner" , cfg="cfail2" ) ]
48
48
#[ rustc_clean( cfg="cfail3" ) ]
49
- #[ rustc_clean( except="hir_owner,predicates_of " , cfg="cfail5" ) ]
49
+ #[ rustc_clean( except="hir_owner" , cfg="cfail5" ) ]
50
50
#[ rustc_clean( cfg="cfail6" ) ]
51
51
unsafe trait TraitUnsafety { }
52
52
@@ -60,7 +60,7 @@ trait TraitAddMethod {
60
60
#[ cfg( not( any( cfail1, cfail4) ) ) ]
61
61
#[ rustc_clean( except="hir_owner,associated_item_def_ids" , cfg="cfail2" ) ]
62
62
#[ rustc_clean( cfg="cfail3" ) ]
63
- #[ rustc_clean( except="hir_owner,associated_item_def_ids,predicates_of " , cfg="cfail5" ) ]
63
+ #[ rustc_clean( except="hir_owner,associated_item_def_ids" , cfg="cfail5" ) ]
64
64
#[ rustc_clean( cfg="cfail6" ) ]
65
65
pub trait TraitAddMethod {
66
66
fn method ( ) ;
0 commit comments