restructure runtime

This commit is contained in:
nora 2022-04-26 20:18:23 +02:00
parent 266eeb7327
commit 6563a7bd6c
8 changed files with 20 additions and 16 deletions

View file

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