Fix stray typo

This commit is contained in:
Rémy Rakic 2019-01-26 21:39:47 +01:00
parent 43c0518d5b
commit e077501b54

View File

@ -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 {
///////////////////////////////////////////////////////////////////////////