mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
restructure runtime
This commit is contained in:
parent
266eeb7327
commit
6563a7bd6c
8 changed files with 20 additions and 16 deletions
|
|
@ -3,7 +3,7 @@
|
|||
//!
|
||||
//! All AST nodes are bump allocated into the lifetime `'ast`
|
||||
|
||||
use crate::{errors::Span, gc::Symbol};
|
||||
use crate::{errors::Span, runtime::gc::Symbol};
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
|
||||
#[cfg_attr(feature = "_debug", derive(dbg_pls::DebugPls))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue