@@ -63,9 +63,9 @@ pub fn change_field_order_struct_like() -> Enum {
6363}
6464
6565#[ cfg( not( any( cfail1, cfail4) ) ) ]
66- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck " ) ]
66+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck_root " ) ]
6767#[ rustc_clean( cfg="cfail3" ) ]
68- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck " ) ]
68+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck_root " ) ]
6969#[ rustc_clean( cfg="cfail6" ) ]
7070// FIXME(michaelwoerister):Interesting. I would have thought that that changes the MIR. And it
7171// would if it were not all constants
@@ -104,9 +104,9 @@ pub fn change_constructor_path_struct_like() {
104104}
105105
106106#[ cfg( not( any( cfail1, cfail4) ) ) ]
107- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck " ) ]
107+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,typeck_root " ) ]
108108#[ rustc_clean( cfg="cfail3" ) ]
109- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck " ) ]
109+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,typeck_root " ) ]
110110#[ rustc_clean( cfg="cfail6" ) ]
111111pub fn change_constructor_path_struct_like ( ) {
112112 let _ = Enum2 :: Struct {
@@ -149,9 +149,9 @@ pub mod change_constructor_path_indirectly_struct_like {
149149 #[ cfg( not( any( cfail1, cfail4) ) ) ]
150150 use super :: Enum2 as TheEnum ;
151151
152- #[ rustc_clean( cfg="cfail2" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck " ) ]
152+ #[ rustc_clean( cfg="cfail2" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
153153 #[ rustc_clean( cfg="cfail3" ) ]
154- #[ rustc_clean( cfg="cfail5" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck " ) ]
154+ #[ rustc_clean( cfg="cfail5" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
155155 #[ rustc_clean( cfg="cfail6" ) ]
156156 pub fn function ( ) -> TheEnum {
157157 TheEnum :: Struct {
@@ -211,12 +211,12 @@ pub fn change_constructor_path_tuple_like() {
211211#[ cfg( not( any( cfail1, cfail4) ) ) ]
212212#[ rustc_clean(
213213 cfg="cfail2" ,
214- except="opt_hir_owner_nodes,typeck "
214+ except="opt_hir_owner_nodes,typeck_root "
215215) ]
216216#[ rustc_clean( cfg="cfail3" ) ]
217217#[ rustc_clean(
218218 cfg="cfail5" ,
219- except="opt_hir_owner_nodes,typeck "
219+ except="opt_hir_owner_nodes,typeck_root "
220220) ]
221221#[ rustc_clean( cfg="cfail6" ) ]
222222pub fn change_constructor_path_tuple_like ( ) {
@@ -234,12 +234,12 @@ pub fn change_constructor_variant_tuple_like() {
234234#[ cfg( not( any( cfail1, cfail4) ) ) ]
235235#[ rustc_clean(
236236 cfg="cfail2" ,
237- except="opt_hir_owner_nodes,typeck "
237+ except="opt_hir_owner_nodes,typeck_root "
238238) ]
239239#[ rustc_clean( cfg="cfail3" ) ]
240240#[ rustc_clean(
241241 cfg="cfail5" ,
242- except="opt_hir_owner_nodes,typeck "
242+ except="opt_hir_owner_nodes,typeck_root "
243243) ]
244244#[ rustc_clean( cfg="cfail6" ) ]
245245pub fn change_constructor_variant_tuple_like ( ) {
@@ -254,9 +254,9 @@ pub mod change_constructor_path_indirectly_tuple_like {
254254 #[ cfg( not( any( cfail1, cfail4) ) ) ]
255255 use super :: Enum2 as TheEnum ;
256256
257- #[ rustc_clean( cfg="cfail2" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck " ) ]
257+ #[ rustc_clean( cfg="cfail2" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
258258 #[ rustc_clean( cfg="cfail3" ) ]
259- #[ rustc_clean( cfg="cfail5" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck " ) ]
259+ #[ rustc_clean( cfg="cfail5" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
260260 #[ rustc_clean( cfg="cfail6" ) ]
261261 pub fn function ( ) -> TheEnum {
262262 TheEnum :: Tuple ( 0 , 1 , 2 )
@@ -273,9 +273,9 @@ pub mod change_constructor_variant_indirectly_tuple_like {
273273 #[ cfg( not( any( cfail1, cfail4) ) ) ]
274274 use super :: Enum2 :: Tuple2 as Variant ;
275275
276- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,optimized_mir,typeck " ) ]
276+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
277277 #[ rustc_clean( cfg="cfail3" ) ]
278- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,optimized_mir,typeck " ) ]
278+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
279279 #[ rustc_clean( cfg="cfail6" ) ]
280280 pub fn function ( ) -> Enum2 {
281281 Variant ( 0 , 1 , 2 )
@@ -302,9 +302,9 @@ pub fn change_constructor_path_c_like() {
302302}
303303
304304#[ cfg( not( any( cfail1, cfail4) ) ) ]
305- #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,optimized_mir,typeck " ) ]
305+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
306306#[ rustc_clean( cfg="cfail3" ) ]
307- #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,optimized_mir,typeck " ) ]
307+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
308308#[ rustc_clean( cfg="cfail6" ) ]
309309pub fn change_constructor_path_c_like ( ) {
310310 let _x = Clike2 :: B ;
@@ -335,9 +335,9 @@ pub mod change_constructor_path_indirectly_c_like {
335335 #[ cfg( not( any( cfail1, cfail4) ) ) ]
336336 use super :: Clike2 as TheEnum ;
337337
338- #[ rustc_clean( cfg="cfail2" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck " ) ]
338+ #[ rustc_clean( cfg="cfail2" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
339339 #[ rustc_clean( cfg="cfail3" ) ]
340- #[ rustc_clean( cfg="cfail5" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck " ) ]
340+ #[ rustc_clean( cfg="cfail5" , except="fn_sig,opt_hir_owner_nodes,optimized_mir,typeck_root " ) ]
341341 #[ rustc_clean( cfg="cfail6" ) ]
342342 pub fn function ( ) -> TheEnum {
343343 TheEnum :: B
0 commit comments