static_assert

Macro static_assert 

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