Remove leftover debugging code (fixes #30336)

This commit is contained in:
Manish Goregaokar 2015-12-11 15:12:50 -05:00
parent 81dd3824ff
commit 8bfdd993d0

View File

@ -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