mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Improved IdentIds
This commit is contained in:
parent
ae04887cb1
commit
af6c3231f3
16 changed files with 142 additions and 143 deletions
|
@ -183,7 +183,7 @@ impl<'a> WasmBackend<'a> {
|
|||
.get_mut(&self.env.module_id)
|
||||
.unwrap();
|
||||
|
||||
let ident_id = ident_ids.add(Ident::from(debug_name));
|
||||
let ident_id = ident_ids.add(&Ident::from(debug_name));
|
||||
Symbol::new(self.env.module_id, ident_id)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue