about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-12-13 13:34:46 +0000
committerbors <bors@rust-lang.org>2015-12-13 13:34:46 +0000
commit33378f09fdd47cd88e7b9702b6a28c8cb275031b (patch)
tree5820c1663827353fa8a468ef28ae397b86d91b1a
parent5a1045699daf627d002bd106a924d344b4643ae9 (diff)
parent8bfdd993d04498025aedcfe1f1e675bceaa44029 (diff)
downloadrust-33378f09fdd47cd88e7b9702b6a28c8cb275031b.tar.gz
rust-33378f09fdd47cd88e7b9702b6a28c8cb275031b.zip
Auto merge of #30339 - Manishearth:oops-i-did-it-again, r=eddyb
r? @eddyb
-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