mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Use proper members in checking derive keys
This commit is contained in:
parent
f2cf7405df
commit
968bd468a8
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ impl ObligationCache<'_> {
|
|||
.abilities_store
|
||||
.get_implementation(roc_can::abilities::ImplKey {
|
||||
opaque,
|
||||
ability_member: ability,
|
||||
ability_member: member,
|
||||
})
|
||||
.is_none()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue