1
Fork 0

use NonZeroU64 for AllocId to restore old type sizes

This commit is contained in:
Ralf Jung 2021-07-13 08:58:59 +02:00
parent 626605cea0
commit 71c166a0dc
6 changed files with 14 additions and 13 deletions

View file

@ -135,7 +135,7 @@ pub struct Pointer<Tag = AllocId> {
pub provenance: Tag,
}
//FIXME static_assert_size!(Pointer, 16);
static_assert_size!(Pointer, 16);
// We want the `Debug` output to be readable as it is used by `derive(Debug)` for
// all the Miri types.