mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 01:59:48 +00:00
Use abilities ImplKey in solve
This commit is contained in:
parent
28c1a4cb95
commit
254d684dfa
2 changed files with 44 additions and 34 deletions
|
@ -1766,7 +1766,7 @@ fn check_ability_specialization(
|
|||
deferred_obligations.dominate(
|
||||
RequestedDeriveKey {
|
||||
opaque,
|
||||
ability: parent_ability,
|
||||
ability_member: parent_ability,
|
||||
},
|
||||
specialization_region,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue