macro_rules! assert_align_gt_eq {
($t:ident, $u: ident) => { ... };
}Expand description
Does t have alignment greater than or equal to u? If not, this macro
produces a compile error. It must be invoked in a dead codepath. This is
used in transmute_ref! and transmute_mut!.