mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Correct ability unification failure order
This commit is contained in:
parent
aa9fbb7cd2
commit
d3f8734af8
1 changed files with 1 additions and 1 deletions
|
@ -1713,7 +1713,7 @@ fn check_ability_specialization(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Failure(vars, actual_type, expected_type, unimplemented_abilities) => {
|
Failure(vars, expected_type, actual_type, unimplemented_abilities) => {
|
||||||
subs.commit_snapshot(snapshot);
|
subs.commit_snapshot(snapshot);
|
||||||
introduce(subs, rank, pools, &vars);
|
introduce(subs, rank, pools, &vars);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue