@@ -91,7 +91,7 @@ pub fn change_mutability_of_slot() {
91
91
}
92
92
93
93
#[ cfg( not( any( cfail1, cfail4) ) ) ]
94
- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
94
+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
95
95
#[ rustc_clean( cfg="cfail3" ) ]
96
96
#[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir" ) ]
97
97
#[ rustc_clean( cfg="cfail6" ) ]
@@ -176,7 +176,7 @@ pub fn change_mutability_of_binding_in_pattern() {
176
176
}
177
177
178
178
#[ cfg( not( any( cfail1, cfail4) ) ) ]
179
- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
179
+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
180
180
#[ rustc_clean( cfg="cfail3" ) ]
181
181
#[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir" ) ]
182
182
#[ rustc_clean( cfg="cfail6" ) ]
@@ -193,9 +193,9 @@ pub fn add_initializer() {
193
193
}
194
194
195
195
#[ cfg( not( any( cfail1, cfail4) ) ) ]
196
- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
196
+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
197
197
#[ rustc_clean( cfg="cfail3" ) ]
198
- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
198
+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
199
199
#[ rustc_clean( cfg="cfail6" ) ]
200
200
pub fn add_initializer ( ) {
201
201
let _x: i16 = 3i16 ;
@@ -210,9 +210,9 @@ pub fn change_initializer() {
210
210
}
211
211
212
212
#[ cfg( not( any( cfail1, cfail4) ) ) ]
213
- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes, optimized_mir " ) ]
213
+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes" ) ]
214
214
#[ rustc_clean( cfg="cfail3" ) ]
215
- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes, optimized_mir " ) ]
215
+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes" ) ]
216
216
#[ rustc_clean( cfg="cfail6" ) ]
217
217
pub fn change_initializer ( ) {
218
218
let _x = 5u16 ;
0 commit comments