Address nit.

This commit is contained in:
Niko Matsakis 2014-12-16 18:15:33 -05:00
parent 69a1d0e610
commit 2e2906522d

View File

@ -507,7 +507,7 @@ impl<'f, 'tcx> Coerce<'f, 'tcx> {
*/
self.unpack_actual_value(b, |b| {
debug!("coerce_from_bare_fn(a={}, b={})",
debug!("coerce_from_fn_item(a={}, b={})",
a.repr(self.tcx()), b.repr(self.tcx()));
match b.sty {