fix binding renaming in previous commit
This commit is contained in:
parent
a670f43886
commit
31bbeb9eff
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
|||
args.remove(0);
|
||||
Ok((did, substs))
|
||||
} else {
|
||||
bug!("VtableFnPointer did not contain a concrete function: {:?}", fn_ty)
|
||||
bug!("VtableFnPointer did not contain a concrete function: {:?}", vtable_fn_ptr)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue