@@ -23,9 +23,9 @@ pub fn change_name() {
2323}
2424
2525#[ cfg( not( any( cfail1, cfail4) ) ) ]
26- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,optimized_mir " ) ]
26+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes" ) ]
2727#[ rustc_clean( cfg="cfail3" ) ]
28- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,optimized_mir " ) ]
28+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes" ) ]
2929#[ rustc_clean( cfg="cfail6" ) ]
3030pub fn change_name ( ) {
3131 let _y = 2u64 ;
@@ -57,9 +57,9 @@ pub fn change_type() {
5757}
5858
5959#[ cfg( not( any( cfail1, cfail4) ) ) ]
60- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
60+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
6161#[ rustc_clean( cfg="cfail3" ) ]
62- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
62+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
6363#[ rustc_clean( cfg="cfail6" ) ]
6464pub fn change_type ( ) {
6565 let _x: u8 = 2 ;
@@ -74,9 +74,9 @@ pub fn change_mutability_of_reference_type() {
7474}
7575
7676#[ cfg( not( any( cfail1, cfail4) ) ) ]
77- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
77+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
7878#[ rustc_clean( cfg="cfail3" ) ]
79- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
79+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
8080#[ rustc_clean( cfg="cfail6" ) ]
8181pub fn change_mutability_of_reference_type ( ) {
8282 let _x: & mut u64 ;
@@ -93,7 +93,7 @@ pub fn change_mutability_of_slot() {
9393#[ cfg( not( any( cfail1, cfail4) ) ) ]
9494#[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
9595#[ rustc_clean( cfg="cfail3" ) ]
96- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
96+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
9797#[ rustc_clean( cfg="cfail6" ) ]
9898pub fn change_mutability_of_slot ( ) {
9999 let _x: u64 = 0 ;
@@ -108,9 +108,9 @@ pub fn change_simple_binding_to_pattern() {
108108}
109109
110110#[ cfg( not( any( cfail1, cfail4) ) ) ]
111- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
111+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
112112#[ rustc_clean( cfg="cfail3" ) ]
113- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
113+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
114114#[ rustc_clean( cfg="cfail6" ) ]
115115pub fn change_simple_binding_to_pattern ( ) {
116116 let ( _a, _b) = ( 0u8 , 'x' ) ;
@@ -125,9 +125,9 @@ pub fn change_name_in_pattern() {
125125}
126126
127127#[ cfg( not( any( cfail1, cfail4) ) ) ]
128- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,optimized_mir " ) ]
128+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes" ) ]
129129#[ rustc_clean( cfg="cfail3" ) ]
130- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,optimized_mir " ) ]
130+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes" ) ]
131131#[ rustc_clean( cfg="cfail6" ) ]
132132pub fn change_name_in_pattern ( ) {
133133 let ( _a, _c) = ( 1u8 , 'y' ) ;
@@ -142,9 +142,9 @@ pub fn add_ref_in_pattern() {
142142}
143143
144144#[ cfg( not( any( cfail1, cfail4) ) ) ]
145- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
145+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
146146#[ rustc_clean( cfg="cfail3" ) ]
147- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
147+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
148148#[ rustc_clean( cfg="cfail6" ) ]
149149pub fn add_ref_in_pattern ( ) {
150150 let ( ref _a, _b) = ( 1u8 , 'y' ) ;
@@ -159,9 +159,9 @@ pub fn add_amp_in_pattern() {
159159}
160160
161161#[ cfg( not( any( cfail1, cfail4) ) ) ]
162- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
162+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
163163#[ rustc_clean( cfg="cfail3" ) ]
164- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
164+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
165165#[ rustc_clean( cfg="cfail6" ) ]
166166pub fn add_amp_in_pattern ( ) {
167167 let ( & _a, _b) = ( & 1u8 , 'y' ) ;
@@ -178,7 +178,7 @@ pub fn change_mutability_of_binding_in_pattern() {
178178#[ cfg( not( any( cfail1, cfail4) ) ) ]
179179#[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
180180#[ rustc_clean( cfg="cfail3" ) ]
181- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck,optimized_mir " ) ]
181+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck" ) ]
182182#[ rustc_clean( cfg="cfail6" ) ]
183183pub fn change_mutability_of_binding_in_pattern ( ) {
184184 let ( mut _a, _b) = ( 99u8 , 'q' ) ;
@@ -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