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