mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Remove deferred obligation for opaques during solving
This commit is contained in:
parent
c1dbffdad9
commit
c0d26226dd
1 changed files with 0 additions and 4 deletions
|
@ -1767,10 +1767,6 @@ fn check_ability_specialization(
|
|||
let specialization =
|
||||
MemberSpecializationInfo::new(symbol, specialization_lambda_sets);
|
||||
|
||||
// Make sure we check that the opaque has specialized all members of the
|
||||
// ability, after we finish solving the module.
|
||||
deferred_obligations
|
||||
.add(must_implement_ability, AbilityImplError::IncompleteAbility);
|
||||
// This specialization dominates any derives that might be present.
|
||||
deferred_obligations.dominate(
|
||||
RequestedDeriveKey {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue