32 bit CI for Linux

This commit is contained in:
Adrián Arroyo Calle
2023-08-26 09:28:46 +02:00
parent f74d74fe6e
commit 4523bb5b81
2 changed files with 22 additions and 17 deletions

View File

@@ -680,7 +680,7 @@ const_assert!(mem::size_of::<HeapCellValue>() == 8);
#[repr(u64)]
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
pub struct UntypedArenaPtr {
ptr: B61,
#[allow(unused)] ptr: B61,
m: bool,
#[allow(unused)] padding: B2,
}