mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Add a missing register_debug_idents call
This commit is contained in:
parent
494a8574bf
commit
723ef8e6d0
1 changed files with 2 additions and 0 deletions
|
@ -594,6 +594,8 @@ fn store_pattern<'a>(
|
|||
fn gen_closure_name(procs: &Procs<'_>, ident_ids: &mut IdentIds, home: ModuleId) -> Symbol {
|
||||
let ident_id = ident_ids.add(format!("_{}", procs.len()).into());
|
||||
|
||||
home.register_debug_idents(&ident_ids);
|
||||
|
||||
Symbol::new(home, ident_id)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue