mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
implement expect collector
This commit is contained in:
parent
6190fc9f67
commit
fe7882b598
4 changed files with 53 additions and 2 deletions
|
@ -737,7 +737,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
let loc_expects = Default::default();
|
||||
let loc_expects = declarations.expects();
|
||||
|
||||
ModuleOutput {
|
||||
scope,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue