Use proper members in checking derive keys

This commit is contained in:
Ayaz Hafiz 2022-07-25 12:33:23 -04:00
parent f2cf7405df
commit 968bd468a8
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -396,7 +396,7 @@ impl ObligationCache<'_> {
.abilities_store
.get_implementation(roc_can::abilities::ImplKey {
opaque,
ability_member: ability,
ability_member: member,
})
.is_none()
{