fix binding renaming in previous commit

This commit is contained in:
Oliver Schneider 2016-09-16 10:28:43 +02:00
parent a670f43886
commit 31bbeb9eff
No known key found for this signature in database
GPG key ID: 56D6EEA0FC67AC46

View file

@ -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)
}
}