check_arg_for_power_alignment

Function check_arg_for_power_alignment 

Source
fn check_arg_for_power_alignment<'tcx>(
    cx: &LateContext<'tcx>,
    ty: Ty<'tcx>,
) -> bool
Expand description

Per-struct-field function that checks if a struct definition follows the Power alignment Rule (see the check_struct_for_power_alignment function).