diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2014-12-16 18:15:33 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2014-12-22 12:27:08 -0500 |
| commit | 2e2906522d4a6160621725a6c58c751d3aab36cc (patch) | |
| tree | 5af11cc08e68672ef873c59fbffa9a9ddae03d76 | |
| parent | 69a1d0e610179e9fb7544764161e52b5d8f5faf3 (diff) | |
| download | rust-2e2906522d4a6160621725a6c58c751d3aab36cc.tar.gz rust-2e2906522d4a6160621725a6c58c751d3aab36cc.zip | |
Address nit.
| -rw-r--r-- | src/librustc/middle/infer/coercion.rs | 2 |
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 { |
