servo/smallbitvec

Add a static assertion that align_of::<Storage>() > 1

mbrubeck opened this issue · 0 comments

This crate relies on the low bit of *mut Storage being unset. It should produce an error at compile time if a platform has align_of::<usize>() equal to 1.