mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Persist scope after canonicalizing defs
This commit is contained in:
parent
39be77f786
commit
5c74bab0ec
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
let (defs, _scope, output, symbols_introduced) = canonicalize_defs(
|
||||
let (defs, scope, output, symbols_introduced) = canonicalize_defs(
|
||||
&mut env,
|
||||
Output::default(),
|
||||
var_store,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue