Remove leftover debugging code (fixes #30336)
This commit is contained in:
parent
81dd3824ff
commit
8bfdd993d0
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue