1
Fork 0

Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot

Fix dupe word typos
This commit is contained in:
Yuki Okushi 2022-12-06 12:48:52 +09:00 committed by GitHub
commit fa7d3ec630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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(