Skip to content

Commit 5d9318c

Browse files
Fixes requested by @michaelwoerister.
1 parent e3b4a53 commit 5d9318c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/incremental/hashes/enum_defs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// and make sure that the hash has changed, then change nothing between rev2 and
1717
// rev3 and make sure that the hash has not changed.
1818

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
2020
// above, we want to make sure that the change between rev1 and rev2 also
2121
// results in a change of the ICH for the struct's metadata, and that it stays
2222
// the same between rev2 and rev3.
@@ -325,7 +325,7 @@ enum EnumChangeFieldOrderStructStyleVariant {
325325
#[rustc_metadata_dirty(cfg="cfail2")]
326326
#[rustc_metadata_clean(cfg="cfail3")]
327327
enum EnumChangeFieldOrderStructStyleVariant {
328-
Variant1 { b: u32, a: u32 },
328+
Variant1 { b: f32, a: u32 },
329329
}
330330

331331

0 commit comments

Comments
 (0)