Merge pull request #2978 from rtfeldman/scope-bitmask

Scope bitmask
This commit is contained in:
Ayaz 2022-05-01 12:26:14 -04:00 committed by GitHub
commit 84b3ef5fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 546 additions and 298 deletions

View file

@ -3907,7 +3907,7 @@ fn canonicalize_and_constrain<'a>(
var_store,
constraints,
constraint,
ident_ids: module_output.scope.ident_ids,
ident_ids: module_output.scope.locals.ident_ids,
dep_idents,
module_timing,
};