File tree 1 file changed +12
-0
lines changed
src/test/incremental/hashes
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,12 @@ mod change_constructor_path_indirectly_regular_struct {
202
202
#[ cfg( not( cfail1) ) ]
203
203
use super :: RegularStruct2 as Struct ;
204
204
205
+ #[ rustc_dirty( label="Hir" , cfg="cfail2" ) ]
206
+ #[ rustc_clean( label="Hir" , cfg="cfail3" ) ]
207
+ #[ rustc_dirty( label="HirBody" , cfg="cfail2" ) ]
208
+ #[ rustc_clean( label="HirBody" , cfg="cfail3" ) ]
209
+ #[ rustc_metadata_dirty( cfg="cfail2" ) ]
210
+ #[ rustc_metadata_clean( cfg="cfail3" ) ]
205
211
fn function ( ) -> Struct {
206
212
Struct {
207
213
x : 0 ,
@@ -262,6 +268,12 @@ mod change_constructor_path_indirectly_tuple_struct {
262
268
#[ cfg( not( cfail1) ) ]
263
269
use super :: TupleStruct2 as Struct ;
264
270
271
+ #[ rustc_dirty( label="Hir" , cfg="cfail2" ) ]
272
+ #[ rustc_clean( label="Hir" , cfg="cfail3" ) ]
273
+ #[ rustc_dirty( label="HirBody" , cfg="cfail2" ) ]
274
+ #[ rustc_clean( label="HirBody" , cfg="cfail3" ) ]
275
+ #[ rustc_metadata_dirty( cfg="cfail2" ) ]
276
+ #[ rustc_metadata_clean( cfg="cfail3" ) ]
265
277
fn function ( ) -> Struct {
266
278
Struct ( 0 , 1 , 2 )
267
279
}
You can’t perform that action at this time.
0 commit comments