implement expect collector

This commit is contained in:
Folkert 2022-07-13 16:23:39 +02:00
parent 6190fc9f67
commit fe7882b598
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 53 additions and 2 deletions

View file

@ -737,7 +737,7 @@ pub fn canonicalize_module_defs<'a>(
}
}
let loc_expects = Default::default();
let loc_expects = declarations.expects();
ModuleOutput {
scope,