Skip to content

Commit d07602b

Browse files
committed
Remove FIXME
1 parent 080ee04 commit d07602b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/infer/error_reporting.rs

-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> {
580580
let span = trace.origin.span();
581581
let failure_str = trace.origin.as_failure_str();
582582
let mut diag = match trace.origin {
583-
// FIXME: use distinct codes for each case
584583
TypeOrigin::IfExpressionWithNoElse(_) => {
585584
struct_span_err!(self.tcx.sess, span, E0317, "{}", failure_str)
586585
},

0 commit comments

Comments
 (0)