Skip to content

Commit

Permalink
Fix stray typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Jan 27, 2019
1 parent 43c0518 commit e077501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use util::ppaux::RegionHighlightMode;

impl NiceRegionError<'me, 'gcx, 'tcx> {
/// When given a `ConcreteFailure` for a function with arguments containing a named region and
/// an anonymous region, emit an descriptive diagnostic error.
/// an anonymous region, emit a descriptive diagnostic error.
pub(super) fn try_report_placeholder_conflict(&self) -> Option<ErrorReported> {
match &self.error {
///////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit e077501

Please sign in to comment.