[][src]Macro rustc_data_structures::static_assert

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

A simple static assertion macro. The first argument should be a unique ALL_CAPS identifier that describes the condition.