You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove an old assert!(address_space < NATIVE_AS) (#1948)
This resolves INT-4549.
The assertion was a sanity check and it essentially checked that the
"type size" should be greater than one. I replaced it with an
`debug_assert_eq!(align, min block size from config)`.
While we are there, I also replaced some `cell_size` being
`size_of::<T>()` or 1 with another value from config.
0 commit comments