static_assert

Macro static_assert 

Source
macro_rules! static_assert {
    ($condition:expr) => { ... };
}