1
Fork 0

Properly implement explicit_item_bounds for RPITITs trait assoc ty

This commit is contained in:
Santiago Pastorino 2023-03-03 12:35:53 -03:00
parent 83c0ff8fa5
commit e10034c636
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
2 changed files with 23 additions and 14 deletions

View file

@ -302,9 +302,6 @@ fn associated_item_for_impl_trait_in_trait(
// There are no inferred outlives for the synthesized associated type.
trait_assoc_ty.inferred_outlives_of(&[]);
// FIXME implement this.
trait_assoc_ty.explicit_item_bounds(&[]);
local_def_id
}