Persist scope after canonicalizing defs

This commit is contained in:
Richard Feldman 2021-07-31 11:48:25 -04:00
parent 39be77f786
commit 5c74bab0ec

View file

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