File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/incremental/hashes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
// and make sure that the hash has changed, then change nothing between rev2 and
17
17
// rev3 and make sure that the hash has not changed.
18
18
19
- // We also test the ICH for struct definitions exported in metadata. Same as
19
+ // We also test the ICH for enum definitions exported in metadata. Same as
20
20
// above, we want to make sure that the change between rev1 and rev2 also
21
21
// results in a change of the ICH for the struct's metadata, and that it stays
22
22
// the same between rev2 and rev3.
@@ -325,7 +325,7 @@ enum EnumChangeFieldOrderStructStyleVariant {
325
325
#[ rustc_metadata_dirty( cfg="cfail2" ) ]
326
326
#[ rustc_metadata_clean( cfg="cfail3" ) ]
327
327
enum EnumChangeFieldOrderStructStyleVariant {
328
- Variant1 { b : u32 , a : u32 } ,
328
+ Variant1 { b : f32 , a : u32 } ,
329
329
}
330
330
331
331
You can’t perform that action at this time.
0 commit comments