We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479251d commit 9f39396Copy full SHA for 9f39396
src/librustc_middle/mir/mod.rs
@@ -1861,7 +1861,7 @@ impl<'tcx> Copy for PlaceElem<'tcx> {}
1861
1862
// At least on 64 bit systems, `PlaceElem` should not be larger than two pointers.
1863
#[cfg(target_arch = "x86_64")]
1864
-static_assert_size!(PlaceElem<'_>, 16);
+static_assert_size!(PlaceElem<'_>, 24);
1865
1866
/// Alias for projections as they appear in `UserTypeProjection`, where we
1867
/// need neither the `V` parameter for `Index` nor the `T` for `Field`.
0 commit comments