Check complete ability implementations during canonicalization

This commit is contained in:
Ayaz Hafiz 2022-07-19 14:15:40 -04:00
parent 37ab06b0a3
commit 7586a8a083
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 275 additions and 30 deletions

View file

@ -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,