Skip to content

Commit 9f39396

Browse files
committed
change 16 to 24 for PlaceElem
1 parent 479251d commit 9f39396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_middle/mir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ impl<'tcx> Copy for PlaceElem<'tcx> {}
18611861

18621862
// At least on 64 bit systems, `PlaceElem` should not be larger than two pointers.
18631863
#[cfg(target_arch = "x86_64")]
1864-
static_assert_size!(PlaceElem<'_>, 16);
1864+
static_assert_size!(PlaceElem<'_>, 24);
18651865

18661866
/// Alias for projections as they appear in `UserTypeProjection`, where we
18671867
/// need neither the `V` parameter for `Index` nor the `T` for `Field`.

0 commit comments

Comments
 (0)