@@ -23,9 +23,9 @@ pub fn change_name() {
23
23
}
24
24
25
25
#[ 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" ) ]
27
27
#[ 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" ) ]
29
29
#[ rustc_clean( cfg="cfail6" ) ]
30
30
pub fn change_name ( ) {
31
31
let _y = 2u64 ;
@@ -57,9 +57,9 @@ pub fn change_type() {
57
57
}
58
58
59
59
#[ 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" ) ]
61
61
#[ 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" ) ]
63
63
#[ rustc_clean( cfg="cfail6" ) ]
64
64
pub fn change_type ( ) {
65
65
let _x: u8 = 2 ;
@@ -74,9 +74,9 @@ pub fn change_mutability_of_reference_type() {
74
74
}
75
75
76
76
#[ 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" ) ]
78
78
#[ 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" ) ]
80
80
#[ rustc_clean( cfg="cfail6" ) ]
81
81
pub fn change_mutability_of_reference_type ( ) {
82
82
let _x: & mut u64 ;
@@ -93,7 +93,7 @@ pub fn change_mutability_of_slot() {
93
93
#[ cfg( not( any( cfail1, cfail4) ) ) ]
94
94
#[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
95
95
#[ 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" ) ]
97
97
#[ rustc_clean( cfg="cfail6" ) ]
98
98
pub fn change_mutability_of_slot ( ) {
99
99
let _x: u64 = 0 ;
@@ -108,9 +108,9 @@ pub fn change_simple_binding_to_pattern() {
108
108
}
109
109
110
110
#[ 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" ) ]
112
112
#[ 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" ) ]
114
114
#[ rustc_clean( cfg="cfail6" ) ]
115
115
pub fn change_simple_binding_to_pattern ( ) {
116
116
let ( _a, _b) = ( 0u8 , 'x' ) ;
@@ -125,9 +125,9 @@ pub fn change_name_in_pattern() {
125
125
}
126
126
127
127
#[ 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" ) ]
129
129
#[ 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" ) ]
131
131
#[ rustc_clean( cfg="cfail6" ) ]
132
132
pub fn change_name_in_pattern ( ) {
133
133
let ( _a, _c) = ( 1u8 , 'y' ) ;
@@ -142,9 +142,9 @@ pub fn add_ref_in_pattern() {
142
142
}
143
143
144
144
#[ 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" ) ]
146
146
#[ 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" ) ]
148
148
#[ rustc_clean( cfg="cfail6" ) ]
149
149
pub fn add_ref_in_pattern ( ) {
150
150
let ( ref _a, _b) = ( 1u8 , 'y' ) ;
@@ -159,9 +159,9 @@ pub fn add_amp_in_pattern() {
159
159
}
160
160
161
161
#[ 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" ) ]
163
163
#[ 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" ) ]
165
165
#[ rustc_clean( cfg="cfail6" ) ]
166
166
pub fn add_amp_in_pattern ( ) {
167
167
let ( & _a, _b) = ( & 1u8 , 'y' ) ;
@@ -178,7 +178,7 @@ pub fn change_mutability_of_binding_in_pattern() {
178
178
#[ cfg( not( any( cfail1, cfail4) ) ) ]
179
179
#[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck" ) ]
180
180
#[ 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" ) ]
182
182
#[ rustc_clean( cfg="cfail6" ) ]
183
183
pub fn change_mutability_of_binding_in_pattern ( ) {
184
184
let ( mut _a, _b) = ( 99u8 , 'q' ) ;
@@ -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