diff options
| author | John Firebaugh <john.firebaugh@gmail.com> | 2016-10-15 08:49:16 -0700 |
|---|---|---|
| committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-10-15 08:49:16 -0700 |
| commit | d07602b573d210775dd183d414c1ac36a2751144 (patch) | |
| tree | db57256012e0849e8d395a6c8012e9479f888e89 | |
| parent | 080ee041e4372a4dec0848e8838bfd2ab019a629 (diff) | |
| download | rust-d07602b573d210775dd183d414c1ac36a2751144.tar.gz rust-d07602b573d210775dd183d414c1ac36a2751144.zip | |
Remove FIXME
| -rw-r--r-- | src/librustc/infer/error_reporting.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/infer/error_reporting.rs b/src/librustc/infer/error_reporting.rs index 7a969af3d6a..373ea4aac57 100644 --- a/src/librustc/infer/error_reporting.rs +++ b/src/librustc/infer/error_reporting.rs @@ -580,7 +580,6 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> { let span = trace.origin.span(); let failure_str = trace.origin.as_failure_str(); let mut diag = match trace.origin { - // FIXME: use distinct codes for each case TypeOrigin::IfExpressionWithNoElse(_) => { struct_span_err!(self.tcx.sess, span, E0317, "{}", failure_str) }, |
