about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-12-11 15:12:50 -0500
committerManish Goregaokar <manishsmail@gmail.com>2015-12-11 15:12:50 -0500
commit8bfdd993d04498025aedcfe1f1e675bceaa44029 (patch)
treef2d9e4fbaa60e64fc0b11e9f53905483c65ad36e
parent81dd3824ff4f4f85db2a092dab78e5e6c05f96cc (diff)
downloadrust-8bfdd993d04498025aedcfe1f1e675bceaa44029.tar.gz
rust-8bfdd993d04498025aedcfe1f1e675bceaa44029.zip
Remove leftover debugging code (fixes #30336)
-rw-r--r--src/librustc/middle/infer/error_reporting.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/middle/infer/error_reporting.rs b/src/librustc/middle/infer/error_reporting.rs
index 5f2a3bec423..6420fcd9e50 100644
--- a/src/librustc/middle/infer/error_reporting.rs
+++ b/src/librustc/middle/infer/error_reporting.rs
@@ -521,7 +521,6 @@ impl<'a, 'tcx> ErrorReporting<'tcx> for InferCtxt<'a, 'tcx> {
                 }
             },
             TypeError::Traits(ref exp_found) => {
-                self.tcx.sess.note("errrr0");
                 report_path_match(exp_found.expected, exp_found.found);
             },
             _ => () // FIXME(#22750) handle traits and stuff