mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
progress on starting with existing file to enable using LoadedModule
This commit is contained in:
parent
334f91392a
commit
c6e816dfbe
4 changed files with 141 additions and 109 deletions
|
@ -68,8 +68,6 @@ impl Symbol {
|
|||
pub fn ident_string(self, interns: &Interns) -> &InlinableString {
|
||||
dbg!(&interns.all_ident_ids);
|
||||
|
||||
let stop = "here";
|
||||
|
||||
let ident_ids = interns
|
||||
.all_ident_ids
|
||||
.get(&self.module_id())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue