1
Fork 0

fix dupe word typos

This commit is contained in:
Rageking8 2022-12-05 16:42:36 +08:00
parent b9341bfdb1
commit 58110572fb
8 changed files with 8 additions and 8 deletions

View file

@ -240,7 +240,7 @@ impl<'mir, 'tcx: 'mir> CompileTimeEvalContext<'mir, 'tcx> {
let align = ImmTy::from_uint(target_align, args[1].layout).into();
let fn_abi = self.fn_abi_of_instance(instance, ty::List::empty())?;
// We replace the entire entire function call with a "tail call".
// We replace the entire function call with a "tail call".
// Note that this happens before the frame of the original function
// is pushed on the stack.
self.eval_fn_call(