mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Thread dep_idents through to LoadedModule
This commit is contained in:
parent
439caaa1ca
commit
e8fc9c5e4c
6 changed files with 30 additions and 8 deletions
|
@ -47,7 +47,7 @@ pub fn canonicalize_module_defs<'a, F>(
|
|||
home: ModuleId,
|
||||
module_ids: &ModuleIds,
|
||||
exposed_ident_ids: IdentIds,
|
||||
dep_idents: MutMap<ModuleId, IdentIds>,
|
||||
dep_idents: &'a MutMap<ModuleId, IdentIds>,
|
||||
aliases: MutMap<Symbol, Alias>,
|
||||
exposed_imports: MutMap<Ident, (Symbol, Region)>,
|
||||
exposed_symbols: &MutSet<Symbol>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue