mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
rename
This commit is contained in:
parent
25561ff757
commit
d3ef35d935
7 changed files with 14 additions and 14 deletions
|
@ -396,7 +396,7 @@ impl<'a> CodeGenHelp<'a> {
|
|||
}
|
||||
|
||||
fn create_symbol(&self, ident_ids: &mut IdentIds, debug_name: &str) -> Symbol {
|
||||
let ident_id = ident_ids.add(&Ident::from(debug_name));
|
||||
let ident_id = ident_ids.add_ident(&Ident::from(debug_name));
|
||||
Symbol::new(self.home, ident_id)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue