Enable writing dev backend on macOS

This commit is contained in:
tarjei 2021-05-22 20:56:40 +02:00
parent 620bd27ad5
commit f581b017e8
5 changed files with 43 additions and 21 deletions

View file

@ -86,6 +86,10 @@ impl Symbol {
})
}
pub fn as_u64(self) -> u64 {
self.0
}
pub fn fully_qualified(self, interns: &Interns, home: ModuleId) -> InlinableString {
let module_id = self.module_id();