macro_rules! static_assert {
($condition:expr) => { ... };
(@usize_eq: $lhs:expr, $rhs:expr) => { ... };
}Available on 64-bit and non-UEFI only.
macro_rules! static_assert {
($condition:expr) => { ... };
(@usize_eq: $lhs:expr, $rhs:expr) => { ... };
}