take scope by-value now

This commit is contained in:
Folkert 2022-04-25 20:50:26 +02:00
parent a0d688bfb7
commit 945305fc2b
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 3 additions and 7 deletions

View file

@ -294,7 +294,7 @@ pub fn canonicalize_module_defs<'a>(
&mut env,
Output::default(),
var_store,
&scope,
scope,
&desugared,
PatternType::TopLevelDef,
);