salsa/examples/hello_world/compiler.rs
2018-09-28 11:40:43 -04:00

7 lines
145 B
Rust

pub trait CompilerQueryContext: salsa::BaseQueryContext {
fn interner(&self) -> &Interner;
}
#[derive(Clone, Default)]
pub struct Interner;