fix rebase

This commit is contained in:
Esteban Küber 2020-06-15 09:09:20 -07:00
parent f7a1f97307
commit bfe1434d3b
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ impl<'a, 'tcx> NiceRegionError<'a, 'tcx> {
"alternatively, add an explicit `'static` bound to this reference";
let plus_lt = format!(" + {}", lifetime_name);
match fn_return.kind {
TyKind::Def(item_id, _) => {
TyKind::OpaqueDef(item_id, _) => {
let item = self.tcx().hir().item(item_id.id);
let opaque = if let ItemKind::OpaqueTy(opaque) = &item.kind {
opaque