mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
take scope by-value now
This commit is contained in:
parent
a0d688bfb7
commit
945305fc2b
2 changed files with 3 additions and 7 deletions
|
@ -294,7 +294,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
&mut env,
|
||||
Output::default(),
|
||||
var_store,
|
||||
&scope,
|
||||
scope,
|
||||
&desugared,
|
||||
PatternType::TopLevelDef,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue