[][src]Macro rustc_ap_rustc_data_structures::static_assert_size

macro_rules! static_assert_size {
    ($ty:ty, $size:expr) => { ... };
}

Type size assertion. The first argument is a type and the second argument is its expected size.