fix rebase

This commit is contained in:
Esteban Küber 2020-06-15 09:09:20 -07:00
parent f7a1f97307
commit bfe1434d3b

View File

@ -118,7 +118,7 @@ pub(super) fn try_report_static_impl_trait(&self) -> Option<ErrorReported> {
"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