fn check_arg_for_power_alignment<'tcx>(
cx: &LateContext<'tcx>,
ty: Ty<'tcx>,
) -> boolExpand description
Per-struct-field function that checks if a struct definition follows
the Power alignment Rule (see the check_struct_for_power_alignment function).