use NonZeroU64 for AllocId to restore old type sizes
This commit is contained in:
parent
626605cea0
commit
71c166a0dc
6 changed files with 14 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue