@@ -91,7 +91,7 @@ pub fn change_mutability_of_slot() {
9191}
9292
9393#[ 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 " ) ]
9595#[ rustc_clean( cfg="cfail3" ) ]
9696#[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir" ) ]
9797#[ rustc_clean( cfg="cfail6" ) ]
@@ -176,7 +176,7 @@ pub fn change_mutability_of_binding_in_pattern() {
176176}
177177
178178#[ 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 " ) ]
180180#[ rustc_clean( cfg="cfail3" ) ]
181181#[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir" ) ]
182182#[ rustc_clean( cfg="cfail6" ) ]
@@ -193,9 +193,9 @@ pub fn add_initializer() {
193193}
194194
195195#[ 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" ) ]
197197#[ 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" ) ]
199199#[ rustc_clean( cfg="cfail6" ) ]
200200pub fn add_initializer ( ) {
201201 let _x: i16 = 3i16 ;
@@ -210,9 +210,9 @@ pub fn change_initializer() {
210210}
211211
212212#[ 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" ) ]
214214#[ 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" ) ]
216216#[ rustc_clean( cfg="cfail6" ) ]
217217pub fn change_initializer ( ) {
218218 let _x = 5u16 ;
0 commit comments