@@ -56,7 +56,7 @@ struct TupleStructFieldType(i32);
56
56
#[ cfg( not( any( cfail1, cfail4) ) ) ]
57
57
#[ rustc_clean( except="hir_owner,hir_owner_nodes" , cfg="cfail2" ) ]
58
58
#[ rustc_clean( cfg="cfail3" ) ]
59
- #[ rustc_clean( except="hir_owner,hir_owner_nodes,type_of " , cfg="cfail5" ) ]
59
+ #[ rustc_clean( except="hir_owner,hir_owner_nodes" , cfg="cfail5" ) ]
60
60
#[ rustc_clean( cfg="cfail6" ) ]
61
61
// Note that changing the type of a field does not change the type of the struct or enum, but
62
62
// adding/removing fields or changing a fields name or visibility does.
@@ -102,7 +102,7 @@ struct RecordStructFieldType { x: f32 }
102
102
#[ cfg( not( any( cfail1, cfail4) ) ) ]
103
103
#[ rustc_clean( except="hir_owner,hir_owner_nodes" , cfg="cfail2" ) ]
104
104
#[ rustc_clean( cfg="cfail3" ) ]
105
- #[ rustc_clean( except="hir_owner,hir_owner_nodes,type_of " , cfg="cfail5" ) ]
105
+ #[ rustc_clean( except="hir_owner,hir_owner_nodes" , cfg="cfail5" ) ]
106
106
#[ rustc_clean( cfg="cfail6" ) ]
107
107
// Note that changing the type of a field does not change the type of the struct or enum, but
108
108
// adding/removing fields or changing a fields name or visibility does.
@@ -175,7 +175,7 @@ struct AddLifetimeParameterBound<'a, 'b>(&'a f32, &'b f64);
175
175
#[ cfg( not( any( cfail1, cfail4) ) ) ]
176
176
#[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
177
177
#[ rustc_clean( cfg="cfail3" ) ]
178
- #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of,type_of " , cfg="cfail5" ) ]
178
+ #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail5" ) ]
179
179
#[ rustc_clean( cfg="cfail6" ) ]
180
180
struct AddLifetimeParameterBound < ' a , ' b : ' a > (
181
181
& ' a f32 ,
@@ -188,7 +188,7 @@ struct AddLifetimeParameterBoundWhereClause<'a, 'b>(&'a f32, &'b f64);
188
188
#[ cfg( not( any( cfail1, cfail4) ) ) ]
189
189
#[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
190
190
#[ rustc_clean( cfg="cfail3" ) ]
191
- #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of,type_of " , cfg="cfail5" ) ]
191
+ #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail5" ) ]
192
192
#[ rustc_clean( cfg="cfail6" ) ]
193
193
struct AddLifetimeParameterBoundWhereClause < ' a , ' b > (
194
194
& ' a f32 ,
@@ -222,7 +222,7 @@ struct AddTypeParameterBound<T>(T);
222
222
#[ cfg( not( any( cfail1, cfail4) ) ) ]
223
223
#[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
224
224
#[ rustc_clean( cfg="cfail3" ) ]
225
- #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of,type_of " , cfg="cfail5" ) ]
225
+ #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail5" ) ]
226
226
#[ rustc_clean( cfg="cfail6" ) ]
227
227
struct AddTypeParameterBound < T : Send > (
228
228
T
@@ -235,7 +235,7 @@ struct AddTypeParameterBoundWhereClause<T>(T);
235
235
#[ cfg( not( any( cfail1, cfail4) ) ) ]
236
236
#[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail2" ) ]
237
237
#[ rustc_clean( cfg="cfail3" ) ]
238
- #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of,type_of " , cfg="cfail5" ) ]
238
+ #[ rustc_clean( except="hir_owner,hir_owner_nodes,predicates_of" , cfg="cfail5" ) ]
239
239
#[ rustc_clean( cfg="cfail6" ) ]
240
240
struct AddTypeParameterBoundWhereClause < T > (
241
241
T
0 commit comments