Skip to content

Commit 33378f0

Browse files
committed
Auto merge of #30339 - Manishearth:oops-i-did-it-again, r=eddyb
r? @eddyb
2 parents 5a10456 + 8bfdd99 commit 33378f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/middle/infer/error_reporting.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ impl<'a, 'tcx> ErrorReporting<'tcx> for InferCtxt<'a, 'tcx> {
521521
}
522522
},
523523
TypeError::Traits(ref exp_found) => {
524-
self.tcx.sess.note("errrr0");
525524
report_path_match(exp_found.expected, exp_found.found);
526525
},
527526
_ => () // FIXME(#22750) handle traits and stuff

0 commit comments

Comments
 (0)