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.
fn check_shim_abi<'tcx>(
this: &MiriInterpCx<'tcx>,
callee_abi: &FnAbi<'tcx, Ty<'tcx>>,
caller_abi: &FnAbi<'tcx, Ty<'tcx>>,
) -> InterpResult<'tcx>
Helper function to compare two ABIs.