mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Check complete ability implementations during canonicalization
This commit is contained in:
parent
37ab06b0a3
commit
7586a8a083
7 changed files with 275 additions and 30 deletions
|
@ -434,7 +434,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
.iter()
|
||||
.map(|(symbol, loc_ann)| {
|
||||
// We've already canonicalized the module, so there are no pending abilities.
|
||||
let pending_abilities_in_scope = &[];
|
||||
let pending_abilities_in_scope = &Default::default();
|
||||
|
||||
let ann = canonicalize_annotation(
|
||||
&mut env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue