Skip to content

Commit e077501

Browse files
committed
Fix stray typo
1 parent 43c0518 commit e077501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/infer/error_reporting/nice_region_error/placeholder_error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use util::ppaux::RegionHighlightMode;
1313

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

0 commit comments

Comments
 (0)