mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Remove deferred obligation for opaques during solving
This commit is contained in:
parent
c1dbffdad9
commit
c0d26226dd
@ -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…
Reference in New Issue
Block a user