macro_rules! assert_eq_align {
($($t:tt)*) => { ... };
}👎Deprecated since 1.2.0: Please use the ‘assert_align_eq’ macro instead
Expand description
Asserts that the types’ alignments are equal.
This macro has been deprecated in favor of
assert_align_eq!.