about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2014-12-16 18:15:33 -0500
committerNiko Matsakis <niko@alum.mit.edu>2014-12-22 12:27:08 -0500
commit2e2906522d4a6160621725a6c58c751d3aab36cc (patch)
tree5af11cc08e68672ef873c59fbffa9a9ddae03d76
parent69a1d0e610179e9fb7544764161e52b5d8f5faf3 (diff)
downloadrust-2e2906522d4a6160621725a6c58c751d3aab36cc.tar.gz
rust-2e2906522d4a6160621725a6c58c751d3aab36cc.zip
Address nit.
-rw-r--r--src/librustc/middle/infer/coercion.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/infer/coercion.rs b/src/librustc/middle/infer/coercion.rs
index 08336da0d8a..ec83b8fae9b 100644
--- a/src/librustc/middle/infer/coercion.rs
+++ b/src/librustc/middle/infer/coercion.rs
@@ -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 {