Function miri::helpers::check_arg_count
source ยท pub fn check_arg_count<'a, 'tcx, const N: usize>(
args: &'a [OpTy<'tcx>],
) -> InterpResult<'tcx, &'a [OpTy<'tcx>; N]>
Expand description
Check that the number of args is what we expect.