Apply suggestions from code review
typos Co-Authored-By: RalfJung <post@ralfj.de>
This commit is contained in:
parent
b00fd57075
commit
5731945187
2 changed files with 2 additions and 2 deletions
|
|
@ -910,7 +910,7 @@ where
|
|||
/// create such an allocation.
|
||||
/// This is essentially `force_to_memplace`.
|
||||
///
|
||||
/// This supports unsized types and returnes the computed size to avoid some
|
||||
/// This supports unsized types and returns the computed size to avoid some
|
||||
/// redundant computation when copying; use `force_allocation` for a simpler, sized-only
|
||||
/// version.
|
||||
pub fn force_allocation_maybe_sized(
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> InterpretCx<'a, 'mir, 'tcx, M>
|
|||
|
||||
for (i, method) in methods.iter().enumerate() {
|
||||
if let Some((def_id, substs)) = *method {
|
||||
// resolve for vtable: insert thims where needed
|
||||
// resolve for vtable: insert shims where needed
|
||||
let substs = self.subst_and_normalize_erasing_regions(substs)?;
|
||||
let instance = ty::Instance::resolve_for_vtable(
|
||||
*self.tcx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue