Skip to content

Commit

Permalink
Remove unused error reporting code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjasper committed May 22, 2020
1 parent 7d73e4c commit 52d628f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 536 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use rustc_span::source_map::Span;
mod different_lifetimes;
mod find_anon_type;
mod named_anon_conflict;
mod outlives_closure;
mod placeholder_error;
mod static_impl_trait;
mod trait_impl_difference;
Expand Down Expand Up @@ -57,7 +56,6 @@ impl<'cx, 'tcx> NiceRegionError<'cx, 'tcx> {
ErrorReported
})
.or_else(|| self.try_report_anon_anon_conflict())
.or_else(|| self.try_report_outlives_closure())
.or_else(|| self.try_report_static_impl_trait())
.or_else(|| self.try_report_impl_not_conforming_to_trait())
}
Expand Down

This file was deleted.

Loading

0 comments on commit 52d628f

Please sign in to comment.