[][src]Macro rustc_data_structures::static_assert

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

A simple static assertion macro.