progress on starting with existing file to enable using LoadedModule

This commit is contained in:
Anton-4 2021-08-09 19:50:27 +02:00
parent 334f91392a
commit c6e816dfbe
4 changed files with 141 additions and 109 deletions

View file

@ -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())