rustc_monomorphize::mono_checks::abi_check

Function check_instance_abi

Source
fn check_instance_abi<'tcx>(tcx: TyCtxt<'tcx>, instance: Instance<'tcx>)
Expand description

Checks that the ABI of a given instance of a function does not contain vector-passed arguments or return values for which the corresponding target feature is not enabled.