mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 09:55:03 +01:00
fixed more leaks
This commit is contained in:
parent
1ad5ea7477
commit
e58e6e3dc4
6 changed files with 31 additions and 38 deletions
|
|
@ -6,7 +6,7 @@ use std::ops::Deref;
|
|||
use std::ptr::NonNull;
|
||||
|
||||
/// imagine interning or something here
|
||||
pub type Symbol<'ast> = bumpalo::collections::String<'ast>;
|
||||
pub type AstSymbol<'ast> = &'ast str;
|
||||
|
||||
/// here is the actual interning or something
|
||||
pub type NewSym = Gc<str>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue