1
Fork 0

Implement inferred_outlives_of for impl side RPITITs assoc type

This commit is contained in:
Santiago Pastorino 2023-03-03 12:41:22 -03:00
parent 31a0d6721b
commit 34ca2dc091
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -388,5 +388,8 @@ fn impl_associated_item_for_impl_trait_in_trait(
predicates: &[], predicates: &[],
}); });
// There are no inferred outlives for the synthesized associated type.
impl_assoc_ty.inferred_outlives_of(&[]);
local_def_id local_def_id
} }