salsa/examples/hello_world/compiler.rs
2018-09-28 11:26:53 -04:00

7 lines
136 B
Rust

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