This commit is contained in:
Bastian Kauschke 2020-09-24 22:03:39 +02:00
parent e5430e5306
commit ff7009a4d2
1 changed files with 0 additions and 1 deletions

View File

@ -404,7 +404,6 @@ impl<'tcx> MirBorrowckCtxt<'_, 'tcx> {
);
if type_name.find(&format!("'{}", counter)).is_some() {
// Only add a label if we can confirm that a region was labelled.
Some(RegionNameHighlight::CannotMatchHirTy(span, type_name))
} else {
None