Skip to content

Commit 2e29065

Browse files
committed
Address nit.
1 parent 69a1d0e commit 2e29065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/infer/coercion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ impl<'f, 'tcx> Coerce<'f, 'tcx> {
507507
*/
508508

509509
self.unpack_actual_value(b, |b| {
510-
debug!("coerce_from_bare_fn(a={}, b={})",
510+
debug!("coerce_from_fn_item(a={}, b={})",
511511
a.repr(self.tcx()), b.repr(self.tcx()));
512512

513513
match b.sty {

0 commit comments

Comments
 (0)