check_shim_abi

Function check_shim_abi 

Source
fn check_shim_abi<'tcx>(
    this: &MiriInterpCx<'tcx>,
    callee_abi: &FnAbi<'tcx, Ty<'tcx>>,
    caller_abi: &FnAbi<'tcx, Ty<'tcx>>,
) -> InterpResult<'tcx>
Expand description

Helper function to compare two ABIs.